]> git.lizzy.rs Git - rust.git/blob - src/test/ui/async-await/issue-73741-type-err.stderr
remove [async output] from impl Future
[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`.