]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-6596-2.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / issues / issue-6596-2.stderr
1 error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `$`
2 --> $DIR/issue-6596-2.rs:3:16
3 |
4 LL | { $inp $nonexistent }
5 | ^^^^^^^^^^^^ expected one of 8 possible tokens
6 ...
7 LL | g!(foo);
8 | ------- in this macro invocation
9 |
10 = note: this error originates in the macro `g` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13