mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 23:56:51 +00:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
error: negative `Drop` impls are not supported
|
|
--> $DIR/negative.rs:4:1
|
|
|
|
|
LL | impl !Drop for NonDrop {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|