blob: 0a1b6acd9bff25e254897439a5ded1180f101ed6 [file] [log] [blame]
#![allow(unused_macros)]
#[allow_internal_unstable()] //~ ERROR allow_internal_unstable side-steps
macro_rules! foo {
() => {}
}
fn main() {}