summary refs log tree commit diff
path: root/src/test/ui/invalid/invalid-macro-matcher.stderr
blob: 5d6c70fa30b882b73d2eb75fd76a990d8f3b147c (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:4:5
   |
LL |     _ => (); //~ ERROR invalid macro matcher
   |     ^

error: aborting due to previous error