summaryrefslogtreecommitdiffstats
path: root/tests/ui/dropck/negative.stderr
blob: 886b05e347c9ac9effe751fffa33edb3b4b773d7 (plain)
1
2
3
4
5
6
7
8
error: negative `Drop` impls are not supported
  --> $DIR/negative.rs:4:1
   |
LL | impl !Drop for NonDrop {}
   | ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error