]> git.lizzy.rs Git - rust.git/blob - src/test/ui/async-await/issue-73741-type-err.stderr
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / 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`.