Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-12-12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 12, 2022
1 parent 62228de commit 31f5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/vec_opaque.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ error[E0271]: type mismatch resolving `<handle::Job as ExternType>::Kind == Triv
--> tests/ui/vec_opaque.rs:22:14
|
22 | type Job = crate::handle::Job;
| ^^^ expected enum `Trivial`, found enum `cxx::kind::Opaque`
| ^^^ expected enum `Trivial`, found enum `Opaque`
|
note: required by a bound in `verify_extern_kind`
--> src/extern_type.rs
Expand Down

0 comments on commit 31f5b97

Please sign in to comment.