blob: 6237500c7ae31d63733dc6a671b42a55dea2f80c [file] [log] [blame]
error[E0120]: the Drop trait may only be implemented on structures
--> $DIR/E0120.rs:13:15
|
LL | impl Drop for MyTrait {
| ^^^^^^^ implementing Drop requires a struct
error: aborting due to previous error
For more information about this error, try `rustc --explain E0120`.