error: expected `,` --> tests/ui-fail-nightly/catchers.rs:4:25 | 4 | let _ = catchers![a b]; | ^ error: expected identifier --> tests/ui-fail-nightly/catchers.rs:6:26 | 6 | let _ = catchers![a::, ]; | ^ error: unexpected end of input, expected identifier --> tests/ui-fail-nightly/catchers.rs:7:13 | 7 | let _ = catchers![a::]; | ^^^^^^^^^^^^^^ | = note: this error originates in the macro `catchers` (in Nightly builds, run with -Z macro-backtrace for more info)