1 2 3 4 5 6 7
#[collapse_debuginfo] //~^ ERROR the `#[collapse_debuginfo]` attribute is an experimental feature macro_rules! foo { ($e:expr) => { $e } } fn main() {}