Add pub_macro_rules to the list of removed features

This commit is contained in:
Santiago Pastorino 2021-04-23 10:53:34 -03:00
parent 0e4d2fd447
commit 83767d97f0
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -903,6 +903,7 @@
ptr_null,
ptr_null_mut,
ptr_offset_from,
pub_macro_rules,
pub_restricted,
pure,
pushpop_unsafe,