1
Fork 0

Support pub on macro_rules

This commit is contained in:
Vadim Petrochenkov 2020-10-21 00:46:29 +03:00 committed by Santiago Pastorino
parent 25a2c13e9d
commit 0fddc2f780
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
14 changed files with 183 additions and 35 deletions

View file

@ -638,6 +638,9 @@ declare_features! (
/// Allows macro attributes to observe output of `#[derive]`.
(active, macro_attributes_in_derive_output, "1.51.0", Some(81119), None),
/// Allows `pub` on `macro_rules` items.
(active, pub_macro_rules, "1.49.0", Some(78855), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates
// -------------------------------------------------------------------------