summaryrefslogtreecommitdiffstats
path: root/tests/ui/dropck/negative.stderr
blob: d613e30b5ea59f5e835d1919b29b8cfc6252f6a2 (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 previous error