We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macro_rules! mac { ($x:xyzzy) => ($x) } fn main() { mac!(0); }
test.rs:2:6: 2:14 error: invalid fragment specifier `xyzzy` test.rs:2 ($x:xyzzy) => ($x) ^~~~~~~~ test.rs:2:6: 2:14 error: invalid fragment specifier `xyzzy` test.rs:2 ($x:xyzzy) => ($x) ^~~~~~~~