]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-6596-1.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.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 previous error
13