blob: 20fbe0fab0112466d1df871be65f174e5b3629f1 [file] [log] [blame]
error: unknown macro variable `nonexistent`
--> $DIR/issue-6596-2.rs:5:16
|
LL | { $inp $nonexistent }
| ^^^^^^^^^^^^ unknown macro variable
...
LL | g!(foo);
| -------- in this macro invocation
error: aborting due to previous error