You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
error[E0119]: conflicting implementations of trait `ffi::_::forbid::Drop` for type `ffi::Shared`
|
|
--> $DIR/drop_shared.rs:3:5
|
|
|
|
|
1 | #[cxx::bridge]
|
|
| -------------- first implementation here
|
|
2 | mod ffi {
|
|
3 | struct Shared {
|
|
| ^^^^^^^^^^^^^ conflicting implementation for `ffi::Shared`
|