summary refs log tree commit diff
path: root/src/test/ui/invalid/invalid-macro-matcher.stderr
blob: d3ddb613f946b2df65d4bb744847a547dca04113 (plain)
1
2
3
4
5
6
7
8
error: invalid macro matcher; matchers must be contained in balanced delimiters
  --> $DIR/invalid-macro-matcher.rs:14:5
   |
LL |     _ => (); //~ ERROR invalid macro matcher
   |     ^

error: aborting due to previous error