aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr
blob: 44322ec3f2896b4fbcca4c882247c4132fca2a8b (plain)
1
2
3
4
5
6
7
8
9
10
error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Struct<_>`
  --> $DIR/marker_trait_attr-feature-gate.rs:7:1
   |
7  | #[pin_project] //~ ERROR E0119
   | ^^^^^^^^^^^^^^ conflicting implementation for `Struct<_>`
...
14 | 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)