1 2 3 4 5 6 7
#![allow(unused)] macro_rules! m { ($i) => {}; //~ ERROR missing fragment specifier } fn main() {}