rust/src/test/ui/feature-gates/feature-gate-decl_macro.rs

6 lines
106 B
Rust
Raw Normal View History

2017-05-31 14:12:02 -05:00
#![allow(unused_macros)]
2017-03-24 21:37:55 -05:00
macro m() {} //~ ERROR `macro` is experimental (see issue #39412)
fn main() {}