Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-macro-derive.rs
blob: b9d634230616b2749a34d771e4bff03a55c1627f [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
macro_rules
!
MyDerive
{
derive
()
{}
=>
{}
}
//~^ ERROR `macro_rules!` derives are unstable