blob: 2a4ece2f2425f9f272fe2c5ef7a7ae6686f0d9bc [file] [log] [blame]
error: unknown macro variable `nonexistent`
--> $DIR/issue-6596-1.rs:3:9
|
LL | $nonexistent
| ^^^^^^^^^^^^ unknown macro variable
...
LL | e!(foo);
| -------- in this macro invocation
error: aborting due to previous error