Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-macro-attr.rs
blob: 8419d851147259c5c37a767a630d229749e192f1 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
macro_rules
!
myattr
{
attr
()
{}
=>
{}
}
//~^ ERROR `macro_rules!` attributes are unstable