blob: 2e76c0a260c60eab52485a142be3d28440180027 [file] [log] [blame]
error[E0119]: conflicting implementations of trait `SMustNotImplDrop` for type `S`
--> tests/ui/pin_project/override-priv-mod.rs:16:1
|
16 | #[pin_project] //~ ERROR conflicting implementations of trait `_::FooMustNotImplDrop`
| ^^^^^^^^^^^^^^
| |
| first implementation here
| conflicting implementation for `S`
|
= note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)