]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro-bad-delimiter-ident.stderr
Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank
[rust.git] / src / test / ui / parser / macro-bad-delimiter-ident.stderr
1 error: expected `(` or `{`, found `<`
2   --> $DIR/macro-bad-delimiter-ident.rs:2:14
3    |
4 LL |     foo! bar <
5    |              ^ expected `(` or `{`
6
7 error: aborting due to previous error
8