DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / 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() {}