Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
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