blob: 9778015766ce55489807c5376526b84e30a1a04c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0509]: cannot move out of type `S`, which implements the `Drop` trait
--> $DIR/overlapping_spans.rs:21:9
|
21 | S {f:_s} => {}
| ^^^^^--^
| | |
| | hint: to prevent move, use `ref _s` or `ref mut _s`
| cannot move out of here
error: aborting due to previous error(s)
|