rust/src/test/ui/issues/issue-6596-1.stderr

14 lines
372 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: unknown macro variable `nonexistent`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-6596-1.rs:3:9
2018-07-15 16:11:54 -05:00
|
LL | $nonexistent
| ^^^^^^^^^^^^ unknown macro variable
...
LL | e!(foo);
| -------- in this macro invocation
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2018-07-15 16:11:54 -05:00
error: aborting due to previous error