2017-12-10 22:47:55 +03:00
|
|
|
error[E0070]: invalid left-hand side expression
|
|
|
|
--> $DIR/issue-26093.rs:13:9
|
|
|
|
|
|
|
|
|
13 | $thing = 42;
|
|
|
|
| ^^^^^^^^^^^ left-hand of expression not valid
|
|
|
|
...
|
2017-12-10 23:29:24 +03:00
|
|
|
19 | not_an_lvalue!(99);
|
2017-12-10 22:47:55 +03:00
|
|
|
| ------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|