rust/src/test/ui/issue-26093.stderr

12 lines
296 B
Plaintext
Raw Normal View History

error[E0070]: invalid left-hand side expression
--> $DIR/issue-26093.rs:13:9
|
13 | $thing = 42;
| ^^^^^^^^^^^ left-hand of expression not valid
...
19 | not_an_lvalue!(99);
| ------------------- in this macro invocation
error: aborting due to previous error