rust/src/test/ui/issue-26093.stderr
2017-12-14 23:26:39 +03:00

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