aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/override-priv-mod.stderr
blob: 8a3fb9b61aa48801007921f4f5ade91506489773 (plain)
1
2
3
4
5
6
7
8
9
10
error[E0119]: conflicting implementations of trait `_::SMustNotImplDrop` for type `S`
  --> tests/ui/pin_project/override-priv-mod.rs:14:1
   |
14 | #[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)