DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / ui / macros / semi-after-macro-ty.rs
12345678
//@ run-pass macro_rules! foo { ($t:ty; $p:path;) => {} } fn main() { foo!(i32; i32;); }