blob: 4a8e23843cd1fe67d567cb1c29fb47ebd502d8c2 [file] [log] [blame]
error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Struct<_>`:
--> $DIR/overlapping_marker_traits-feature-gate.rs:6:1
|
6 | #[pin_project] //~ ERROR E0119
| ^^^^^^^^^^^^^^ conflicting implementation for `Struct<_>`
...
13 | impl<T> Unpin for Struct<T> {}
| --------------------------- first implementation here
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)