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

This commit is contained in:
David Tolnay 2022-12-14 18:29:48 -08:00
parent c25a710813
commit db78fa2cd8
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its tr
= note: the following trait bounds were not satisfied:
`NotError: std::error::Error`
which is required by `NotError: AsDynError<'_>`
note: the following trait must be implemented
note: the trait `std::error::Error` must be implemented
--> $RUST/core/src/error.rs
|
| pub trait Error: Debug + Display {