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