]> git.proxmox.com Git - rustc.git/blob - src/test/ui/codemap_tests/overlapping_spans.stderr
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / ui / codemap_tests / overlapping_spans.stderr
1 error[E0509]: cannot move out of type `S`, which implements the `Drop` trait
2 --> $DIR/overlapping_spans.rs:22:9
3 |
4 22 | S {f:_s} => {}
5 | ^^^^^--^
6 | | |
7 | | hint: to prevent move, use `ref _s` or `ref mut _s`
8 | cannot move out of here
9
10 error: aborting due to previous error
11