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")),
|
||||
/// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue