From e93698360ba8a9dcd6d650c07d4c3f3c0ce70e0e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 27 Aug 2023 19:17:04 -0700 Subject: [PATCH] Update ui test suite to nightly-2023-08-28 --- tests/ui/unpin_impl.stderr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ui/unpin_impl.stderr b/tests/ui/unpin_impl.stderr index afe5a8066..ea541a477 100644 --- a/tests/ui/unpin_impl.stderr +++ b/tests/ui/unpin_impl.stderr @@ -5,10 +5,10 @@ error[E0282]: type annotations needed | ^^^^^^ cannot infer type error[E0283]: type annotations needed - --> tests/ui/unpin_impl.rs:1:1 + --> tests/ui/unpin_impl.rs:4:14 | -1 | #[cxx::bridge] - | ^^^^^^^^^^^^^^ cannot infer type +4 | type Opaque; + | ^^^^^^ cannot infer type | note: multiple `impl`s satisfying `ffi::Opaque: __AmbiguousIfImpl<_>` found --> tests/ui/unpin_impl.rs:1:1