9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
|
error[E0040]: explicit use of destructor method
|
||
|
--> $DIR/E0040.rs:23:7
|
||
|
|
|
||
|
23 | x.drop();
|
||
|
| ^^^^ explicit destructor calls not allowed
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|