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
|
2019-12-16 07:56:47 -06:00
|
|
|
|
|
|
|
|
= 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
|
|
|
|
|