rust/src/test/ui/codemap_tests/overlapping_spans.stderr

13 lines
440 B
Plaintext
Raw Normal View History

error[E0509]: cannot move out of type `S`, which implements the `Drop` trait
2016-08-16 16:52:30 +09:00
--> $DIR/overlapping_spans.rs:21:9
|
2018-02-23 03:42:32 +03:00
LL | S {f:_s} => {} //~ ERROR cannot move out
| ^^^^^--^
| | |
| | hint: to prevent move, use `ref _s` or `ref mut _s`
| cannot move out of here
error: aborting due to previous error
2018-02-19 21:40:25 +01:00
If you want more information on this error, try using "rustc --explain E0509"