rust/tests/ui/async-await/issue-73741-type-err.stderr

12 lines
287 B
Plaintext

error[E0070]: invalid left-hand side of assignment
--> $DIR/issue-73741-type-err.rs:8:7
|
LL | 1 = 2;
| - ^
| |
| cannot assign to this expression
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0070`.