summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/overlapping_spans.nll.stderr
blob: b6630b2e666cf7078dd7dabf45dc20f63800b485 (plain)
1
2
3
4
5
6
7
8
9
error[E0509]: cannot move out of type `S`, which implements the `Drop` trait
  --> $DIR/overlapping_spans.rs:21:14
   |
LL |         S {f:_s} => {} //~ ERROR cannot move out
   |              ^^ cannot move out of here

error: aborting due to previous error

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