1error[E0119]: conflicting implementations of trait `ffi::_::forbid::Drop` for type `ffi::Shared`
2 --> $DIR/drop_shared.rs:3:5
3 |
41 | #[cxx::bridge]
5 | -------------- first implementation here
62 | mod ffi {
73 | struct Shared {
8 | ^^^^^^^^^^^^^ conflicting implementation for `ffi::Shared`
9