cxx 1.0.194

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
8
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`