DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / macros / missing-semi.rs
1234567891011
#[allow(unused_macros)] macro_rules! foo { () => { } () => { //~^ ERROR expected `;`, found `(` } } fn main() {}