aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/drop_shared.stderr
blob: f2724e35f84747f350ce5b8a9cdd2c3fb5869c4f (plain)
1
2
3
4
5
6
7
8
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`