2019-11-30 17:25:32 -06:00
|
|
|
error: expected one of `(`, `[`, or `{`, found `bar`
|
2019-06-30 17:08:49 -05:00
|
|
|
--> $DIR/macro-bad-delimiter-ident.rs:2:10
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | foo! bar <
|
2019-11-30 17:25:32 -06:00
|
|
|
| ^^^ expected one of `(`, `[`, or `{`
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|