summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-73741-type-err-drop-tracking.stderr
blob: d4e3b6c3bf40dabbf30f22200a29cc2578dbd4d5 (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-drop-tracking.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`.