DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / invalid / invalid-macro-matcher.rs
12345678
#![allow(unused_macros)] macro_rules! invalid { _ => (); //~ ERROR invalid macro matcher } fn main() { }