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