Update ui test suite to nightly-2023-02-01

This commit is contained in:
David Tolnay 2023-01-31 19:19:27 -08:00
parent 9610dd5a7a
commit 1f13e312b5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -14,7 +14,7 @@ error[E0271]: type mismatch resolving `<Job as ExternType>::Kind == Trivial`
--> tests/ui/vec_opaque.rs:22:14
|
22 | type Job = crate::handle::Job;
| ^^^ expected enum `Trivial`, found enum `Opaque`
| ^^^ expected `Trivial`, found `Opaque`
|
note: required by a bound in `verify_extern_kind`
--> src/extern_type.rs