summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-73741-type-err.stderr
blob: 9fafdb1ed3917bb9a84e220fa4487955ad6936f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`.