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

13 lines
360 B
Plaintext
Raw Normal View History

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