File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ error[E0282]: type annotations needed
5
5
| ^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `__AmbiguousIfImpl`
6
6
|
7
7
= note: this error originates in the attribute macro `cxx::bridge` (in Nightly builds, run with -Z macro-backtrace for more info)
8
- help: consider specifying the generic argument
9
- |
10
- 1 | #[cxx::bridge]::<_>
11
- | +++++
12
8
13
9
error[E0283]: type annotations needed
14
10
--> tests/ui/unpin_impl.rs:1:1
@@ -22,7 +18,3 @@ note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found
22
18
1 | #[cxx::bridge]
23
19
| ^^^^^^^^^^^^^^
24
20
= note: this error originates in the attribute macro `cxx::bridge` (in Nightly builds, run with -Z macro-backtrace for more info)
25
- help: consider specifying the generic argument
26
- |
27
- 1 | #[cxx::bridge]::<_>
28
- | +++++
You can’t perform that action at this time.
0 commit comments