about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-macro-attr.rs
blob: 8419d851147259c5c37a767a630d229749e192f1 (plain)
1
2
3
4
#![crate_type = "lib"]

macro_rules! myattr { attr() {} => {} }
//~^ ERROR `macro_rules!` attributes are unstable