aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pinned_drop/forget-pinned-drop-impl.stderr
blob: 9fd7cdb0dc1528ad48d59d95183fbd2c1d837a2d (plain)
1
2
3
4
5
6
7
error[E0277]: the trait bound `Struct: PinnedDrop` is not satisfied
 --> $DIR/forget-pinned-drop-impl.rs:3:15
  |
3 | #[pin_project(PinnedDrop)] //~ ERROR E0277
  |               ^^^^^^^^^^ the trait `PinnedDrop` is not implemented for `Struct`
  |
  = note: required by `pin_project::__private::PinnedDrop::drop`