summaryrefslogtreecommitdiffstats
path: root/src/test/ui/invalid/invalid-macro-matcher.stderr
blob: dbe025b7330b03ca2c668ef01b5836d1fce4a094 (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: aborting due to previous error