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