]> git.lizzy.rs Git - rust.git/blob - tests/ui/async-await/issue-73741-type-err-drop-tracking.stderr
Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin
[rust.git] / tests / ui / async-await / issue-73741-type-err-drop-tracking.stderr
1 error[E0070]: invalid left-hand side of assignment
2   --> $DIR/issue-73741-type-err-drop-tracking.rs:8:7
3    |
4 LL |     1 = 2;
5    |     - ^
6    |     |
7    |     cannot assign to this expression
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0070`.