2023-04-26 18:22:32 +00:00
|
|
|
error: negative `Drop` impls are not supported
|
|
|
|
--> $DIR/negative.rs:4:1
|
|
|
|
|
|
|
|
|
LL | impl !Drop for NonDrop {}
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-04-26 18:22:32 +00:00
|
|
|
|