Add pub_macro_rules to the list of removed features
This commit is contained in:
parent
0e4d2fd447
commit
83767d97f0
2 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,8 @@ declare_features! (
|
||||||
which is available from cargo build scripts with `cargo:rustc-link-arg` now")),
|
which is available from cargo build scripts with `cargo:rustc-link-arg` now")),
|
||||||
/// Allows using `#[main]` to replace the entrypoint `#[lang = "start"]` calls.
|
/// Allows using `#[main]` to replace the entrypoint `#[lang = "start"]` calls.
|
||||||
(removed, main, "1.53.0", Some(29634), None, None),
|
(removed, main, "1.53.0", Some(29634), None, None),
|
||||||
|
(removed, pub_macro_rules, "1.53.0", Some(78855), None,
|
||||||
|
Some("removed due to being incomplete, in particular it does not work across crates")),
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
// feature-group-end: removed features
|
// feature-group-end: removed features
|
||||||
|
|
|
@ -903,6 +903,7 @@ symbols! {
|
||||||
ptr_null,
|
ptr_null,
|
||||||
ptr_null_mut,
|
ptr_null_mut,
|
||||||
ptr_offset_from,
|
ptr_offset_from,
|
||||||
|
pub_macro_rules,
|
||||||
pub_restricted,
|
pub_restricted,
|
||||||
pure,
|
pure,
|
||||||
pushpop_unsafe,
|
pushpop_unsafe,
|
||||||
|
|
Loading…
Add table
Reference in a new issue