• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0282]: type annotations needed
2 --> tests/ui/unpin_impl.rs:1:1
3  |
41 | #[cxx::bridge]
5  | ^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `__AmbiguousIfImpl`
6  |
7  = note: this error originates in the attribute macro `cxx::bridge` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9error[E0283]: type annotations needed
10 --> tests/ui/unpin_impl.rs:1:1
11  |
121 | #[cxx::bridge]
13  | ^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `__AmbiguousIfImpl`
14  |
15note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found
16 --> tests/ui/unpin_impl.rs:1:1
17  |
181 | #[cxx::bridge]
19  | ^^^^^^^^^^^^^^
20  = note: this error originates in the attribute macro `cxx::bridge` (in Nightly builds, run with -Z macro-backtrace for more info)
21