mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
![]() |
error: negative `Drop` impls are not supported
|
||
|
--> $DIR/negative.rs:4:1
|
||
|
|
|
||
|
LL | impl !Drop for NonDrop {}
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|