blob: e5c0cf6e24e51fe41bcc8e4134041a9d4f77287b [file] [log] [blame]
error[E0509]: cannot move out of type `DropStruct`, which implements the `Drop` trait
--> $DIR/E0509.rs:16:23
|
LL | let fancy_field = drop_struct.fancy;
| ^^^^^^^^^^^^^^^^^
| |
| cannot move out of here
| help: consider borrowing here: `&drop_struct.fancy`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0509`.