Skip to content

Commit

Permalink
Add pub_macro_rules to the list of removed features
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Apr 23, 2021
1 parent 0e4d2fd commit 83767d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_feature/src/removed.rs
Expand Up @@ -134,6 +134,8 @@ 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
Expand Down
1 change: 1 addition & 0 deletions compiler/rustc_span/src/symbol.rs
Expand Up @@ -903,6 +903,7 @@ symbols! {
ptr_null,
ptr_null_mut,
ptr_offset_from,
pub_macro_rules,
pub_restricted,
pure,
pushpop_unsafe,
Expand Down

0 comments on commit 83767d9

Please sign in to comment.