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