• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0119]: conflicting implementations of trait `SMustNotImplDrop` for type `S`
2  --> tests/ui/pin_project/override-priv-mod.rs:18:1
3   |
418 | #[pin_project] //~ ERROR conflicting implementations of trait `_::FooMustNotImplDrop`
5   | ^^^^^^^^^^^^^^
6   | |
7   | first implementation here
8   | conflicting implementation for `S`
9   |
10   = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
11