DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / macros / paren-or-brace-expected.rs
123456789
macro_rules! foo { ( $( $i:ident ),* ) => { $[count($i)] //~^ ERROR expected `(` or `{`, found `[` //~| ERROR }; } fn main() {}