Add pub_macro_rules to the list of removed features
This commit is contained in:
parent
0e4d2fd447
commit
83767d97f0
@ -134,6 +134,8 @@ macro_rules! declare_features {
|
||||
which is available from cargo build scripts with `cargo:rustc-link-arg` now")),
|
||||
/// Allows using `#[main]` to replace the entrypoint `#[lang = "start"]` calls.
|
||||
(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
|
||||
|
@ -903,6 +903,7 @@
|
||||
ptr_null,
|
||||
ptr_null_mut,
|
||||
ptr_offset_from,
|
||||
pub_macro_rules,
|
||||
pub_restricted,
|
||||
pure,
|
||||
pushpop_unsafe,
|
||||
|
Loading…
Reference in New Issue
Block a user