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

13 lines
359 B
Plaintext
Raw Normal View History

error[E0070]: invalid left-hand side expression
2018-12-25 15:56:47 +00:00
--> $DIR/issue-26093.rs:3:9
|
2018-02-23 00:42:32 +00:00
LL | $thing = 42;
| ^^^^^^^^^^^ left-hand of expression not valid
...
2018-02-23 00:42:32 +00:00
LL | not_a_place!(99);
| ----------------- in this macro invocation
error: aborting due to previous error
2018-03-03 14:59:40 +00:00
For more information about this error, try `rustc --explain E0070`.