blob: 68ca7d800d5ced08a7c12dc29e05708b6ab865c6 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0120]: the Drop trait may only be implemented on structures
--> $DIR/E0120.rs:3:15
|
LL | impl Drop for dyn MyTrait {
| ^^^^^^^^^^^ implementing Drop requires a struct
error: aborting due to previous error
For more information about this error, try `rustc --explain E0120`.
|