blob: ef8a7bf4b4c7361590dc188b120edb6903ce6bad [file] [log] [blame]
error[E0277]: the trait bound `Struct: PinnedDrop` is not satisfied
--> tests/ui/pinned_drop/forget-pinned-drop-impl.rs:3:15
|
3 | #[pin_project(PinnedDrop)] //~ ERROR E0277
| ^^^^^^^^^^ the trait `PinnedDrop` is not implemented for `Struct`