summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/macro-bad-delimiter-ident.stderr
blob: 06f72cdecf2a602813e119d660533ba49366e783 (plain)
1
2
3
4
5
6
7
8
error: expected one of `(`, `[`, or `{`, found `bar`
  --> $DIR/macro-bad-delimiter-ident.rs:2:10
   |
LL |     foo! bar <
   |          ^^^ expected one of `(`, `[`, or `{`

error: aborting due to 1 previous error