DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / ui / macros / issue-54441.rs
1234567891011
macro_rules! m { () => { let //~ ERROR macro expansion ignores token `let` and any following }; } extern "C" { m!(); } fn main() {}