summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/unused/unused-macro-rules-malformed-rule.stderr
blob: 797c867103f030f88491294099e4651969a0785c (plain)
1
2
3
4
5
6
7
8
error: macro rhs must be delimited
  --> $DIR/unused-macro-rules-malformed-rule.rs:6:11
   |
LL |     () => 0;
   |           ^

error: aborting due to previous error