mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 01:33:02 +00:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
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
|
|
|