aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unpin_impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unpin_impl.stderr')
-rw-r--r--tests/ui/unpin_impl.stderr8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/ui/unpin_impl.stderr b/tests/ui/unpin_impl.stderr
index afe5a806..888d64fb 100644
--- a/tests/ui/unpin_impl.stderr
+++ b/tests/ui/unpin_impl.stderr
@@ -1,14 +1,8 @@
-error[E0282]: type annotations needed
+error[E0283]: type annotations needed
--> tests/ui/unpin_impl.rs:4:14
|
4 | type Opaque;
| ^^^^^^ cannot infer type
-
-error[E0283]: type annotations needed
- --> tests/ui/unpin_impl.rs:1:1
- |
-1 | #[cxx::bridge]
- | ^^^^^^^^^^^^^^ cannot infer type
|
note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found
--> tests/ui/unpin_impl.rs:1:1