rust/tests/ui/macros/issue-6596-1.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

14 lines
370 B
Plaintext

error: expected expression, found `$`
--> $DIR/issue-6596-1.rs:3:9
|
LL | $nonexistent
| ^^^^^^^^^^^^ expected expression
...
LL | e!(foo);
| ------- in this macro invocation
|
= note: this error originates in the macro `e` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 1 previous error