blob: 0b302e30b64f38b12af5d75bee22119ce24879d0 [file] [log] [blame]
error[E0040]: explicit use of destructor method
--> $DIR/explicit-call-to-supertrait-dtor.rs:17:14
|
LL | self.drop();
| ^^^^ explicit destructor calls not allowed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0040`.