summaryrefslogtreecommitdiff
path: root/tests/ui/dropck/reservation.stderr
blob: 19325d6ed4401775a382d95443c465453495e958 (plain)
1
2
3
4
5
6
7
8
error: reservation `Drop` impls are not supported
  --> $DIR/reservation.rs:5:1
   |
LL | impl Drop for ReservedDrop {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error