1 2 3 4 5 6 7 8 9
macro_rules! inner { (#![$inner:meta]) => () } inner! { /// Outer } //~^ ERROR no rules expected the token `[` fn main() { }