Sha256: 7cadbfe2b8e9659c69e8d61d45128d3589444f563e1f179d6d4c9bd1d98e96e1
Contents?: true
Size: 603 Bytes
Versions: 22
Compression:
Stored size: 603 Bytes
Contents
error[E0119]: conflicting implementations of trait `MustNotImplDrop` for type `Foo<_, _>` --> tests/ui/pin_project/conflict-drop.rs:3:1 | 3 | / pin_project! { //~ ERROR E0119 4 | | struct Foo<T, U> { 5 | | #[pin] 6 | | future: T, 7 | | field: U, 8 | | } 9 | | } | | ^ | | | | |_first implementation here | conflicting implementation for `Foo<_, _>` | = note: this error originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
Version data entries
22 entries across 22 versions & 1 rubygems