summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/2229_closure_analysis/issue-118144.stderr
blob: 85cb5adc07e900577d1104de23577dbeaf5d056e (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
  --> $DIR/issue-118144.rs:11:9
   |
LL |         V(x) = func_arg;
   |         ^^^^   -------- this expression has type `&mut V`
   |         |
   |         expected `&mut V`, found `V`

error: aborting due to 1 previous error

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