]> git.lizzy.rs Git - rust.git/blob - tests/ui/async-await/issue-73741-type-err.stderr
Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors
[rust.git] / tests / ui / async-await / issue-73741-type-err.stderr
1 error[E0070]: invalid left-hand side of assignment
2   --> $DIR/issue-73741-type-err.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`.