Skip to content

Commit 930e0de

Browse files
committed
Update unpin_impl ui test to nightly-2022-10-06
1 parent 13633c3 commit 930e0de

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/ui/unpin_impl.stderr

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ error[E0282]: type annotations needed
55
| ^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `__AmbiguousIfImpl`
66
|
77
= 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-
| +++++
128

139
error[E0283]: type annotations needed
1410
--> tests/ui/unpin_impl.rs:1:1
@@ -22,7 +18,3 @@ note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found
2218
1 | #[cxx::bridge]
2319
| ^^^^^^^^^^^^^^
2420
= 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-
| +++++

0 commit comments

Comments
 (0)