]> git.proxmox.com Git - rustc.git/blob - tests/ui/macros/issue-6596-1.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / macros / issue-6596-1.stderr
1 error: expected expression, found `$`
2 --> $DIR/issue-6596-1.rs:3:9
3 |
4 LL | $nonexistent
5 | ^^^^^^^^^^^^ expected expression
6 ...
7 LL | e!(foo);
8 | ------- in this macro invocation
9 |
10 = note: this error originates in the macro `e` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to 1 previous error
13