• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0277]: the trait bound `Struct: PinnedDrop` is not satisfied
2 --> tests/ui/pinned_drop/forget-pinned-drop-impl.rs:3:15
3  |
43 | #[pin_project(PinnedDrop)] //~ ERROR E0277
5  |               ^^^^^^^^^^ the trait `PinnedDrop` is not implemented for `Struct`
6