summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-73741-type-err.stderr
blob: 0b5343a98cfb44316cd13ffbb19f7f8b5844938f (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 previous error

For more information about this error, try `rustc --explain E0070`.