12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
|
error: unknown macro variable `nonexistent`
|
||
|
--> $DIR/issue-6596-1.rs:14:9
|
||
|
|
|
||
|
LL | $nonexistent
|
||
|
| ^^^^^^^^^^^^ unknown macro variable
|
||
|
...
|
||
|
LL | e!(foo);
|
||
|
| -------- in this macro invocation
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|