mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Update ui test suite to nightly-2022-12-15
This commit is contained in:
parent
c25a710813
commit
db78fa2cd8
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ error[E0599]: the method `as_display` exists for reference `&NoDisplay`, but its
|
|||
= note: the following trait bounds were not satisfied:
|
||||
`NoDisplay: std::fmt::Display`
|
||||
which is required by `&NoDisplay: DisplayAsDisplay`
|
||||
note: the following trait must be implemented
|
||||
note: the trait `std::fmt::Display` must be implemented
|
||||
--> $RUST/core/src/fmt/mod.rs
|
||||
|
|
||||
| pub trait Display {
|
||||
|
|
|
@ -15,7 +15,7 @@ error[E0599]: the method `as_dyn_error` exists for reference `&NotError`, but it
|
|||
which is required by `NotError: AsDynError<'_>`
|
||||
`&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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue