1error[E0282]: type annotations needed
2 --> tests/ui/unpin_impl.rs:4:14
3  |
44 |         type Opaque;
5  |              ^^^^^^ cannot infer type
6
7error[E0283]: type annotations needed
8 --> tests/ui/unpin_impl.rs:1:1
9  |
101 | #[cxx::bridge]
11  | ^^^^^^^^^^^^^^ cannot infer type
12  |
13note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found
14 --> tests/ui/unpin_impl.rs:1:1
15  |
161 | #[cxx::bridge]
17  | ^^^^^^^^^^^^^^
18  = note: this error originates in the attribute macro `cxx::bridge` (in Nightly builds, run with -Z macro-backtrace for more info)
19