blob: f16f9d55d0c85288e62e32e324249e4236ddf2e5 [file] [log] [blame]
error[E0277]: `PhantomPinned` cannot be unpinned
--> $DIR/rust_pinned.rs:6:14
|
6 | type Pinned;
| -----^^^^^^-
| | |
| | within `Pinned`, the trait `Unpin` is not implemented for `PhantomPinned`
| required by this bound in `__AssertUnpin`
|
= note: required because it appears within the type `Pinned`