third_party_rust_cxx/tests/ui/drop_shared.stderr
2022-11-15 19:07:35 -08:00

9 lines
285 B
Plaintext

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