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