Update ui test suite to nightly-2022-12-12

This commit is contained in:
David Tolnay 2022-12-11 18:48:16 -08:00
parent 62228de09a
commit 31f5b97eee
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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