Sha256: 1834433559cb74b5158cefb27bee7b01fb9ba6eb57d82fbb3a2541c6205a7034
Contents?: true
Size: 731 Bytes
Versions: 2
Compression:
Stored size: 731 Bytes
Contents
error[E0119]: conflicting implementations of trait `Unpin` for type `Foo<MyPhantomPinned, ()>` --> tests/ui/pin_project/negative_impls_stable.rs:5:1 | 5 | / pin_project_lite::pin_project! { 6 | | struct Foo<Pinned, Unpinned> { 7 | | #[pin] 8 | | pinned: Pinned, ... | 11 | | } | |_^ conflicting implementation for `Foo<MyPhantomPinned, ()>` ... 15 | impl Unpin for Foo<MyPhantomPinned, ()> {} | --------------------------------------- first implementation here | = note: this error originates in the macro `$crate::__pin_project_make_unpin_impl` which comes from the expansion of the macro `pin_project_lite::pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
Version data entries
2 entries across 2 versions & 1 rubygems