12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
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
|
|
|