blob: 8f33720ae80eb3419e76544085a1001d958151e8 [file] [log] [blame]
macro_rules! inner {
(#![$inner:meta]) => ()
}
inner! {
/// Outer
} //~^ ERROR no rules expected the token `[`
fn main() { }