Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-08-28
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 28, 2023
1 parent c5c90cb commit e936983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ui/unpin_impl.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e936983

Please sign in to comment.