Update ui test suite to nightly-2024-02-08

This commit is contained in:
David Tolnay 2024-02-07 21:13:02 -08:00
parent c7c75470ec
commit 0717de3f50
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
5 changed files with 15 additions and 0 deletions

View file

@ -15,3 +15,6 @@ note: the trait `std::fmt::Display` must be implemented
|
| pub trait Display {
| ^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `as_display`, perhaps you need to implement it:
candidate #1: `AsDisplay`

View file

@ -17,3 +17,6 @@ note: the trait `std::error::Error` must be implemented
|
| pub trait Error: Debug + Display {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `as_dyn_error`, perhaps you need to implement it:
candidate #1: `AsDynError`

View file

@ -17,3 +17,6 @@ note: the trait `std::error::Error` must be implemented
|
| pub trait Error: Debug + Display {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `as_dyn_error`, perhaps you need to implement it:
candidate #1: `AsDynError`

View file

@ -15,3 +15,6 @@ note: the trait `std::error::Error` must be implemented
|
| pub trait Error: Debug + Display {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `as_dyn_error`, perhaps you need to implement it:
candidate #1: `AsDynError`

View file

@ -15,3 +15,6 @@ note: the trait `std::error::Error` must be implemented
|
| pub trait Error: Debug + Display {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `as_dyn_error`, perhaps you need to implement it:
candidate #1: `AsDynError`