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

13 lines
370 B
Plaintext
Raw Normal View History

error[E0070]: invalid left-hand side expression
--> $DIR/issue-26093.rs:13: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-02-19 20:40:25 +00:00
If you want more information on this error, try using "rustc --explain E0070"