blob: 2229f2c3900c30220584e5b59d38b3015b990420 [file] [log] [blame]
#![allow(unused)]
macro_rules! m { ($i) => {} }
//~^ ERROR missing fragment specifier
//~| WARN previously accepted
fn main() {}