summary refs log tree commit diff
path: root/src/test/ui/issue-26093.stderr
blob: 1abe313bbf669f2146455be34da22c03e2fb13b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0070]: invalid left-hand side expression
  --> $DIR/issue-26093.rs:13:9
   |
LL |         $thing = 42;
   |         ^^^^^^^^^^^ left-hand of expression not valid
...
LL |     not_a_place!(99);
   |     ----------------- in this macro invocation

error: aborting due to previous error

For more information about this error, try `rustc --explain E0070`.