blob: b7055ab19d0c5e0e289e3abc17a84168366e5e0e [file] [log] [blame]
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