mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Update ui test suite to nightly-2022-09-25
This commit is contained in:
parent
b37dc365b6
commit
c79b023ce1
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ error[E0599]: the method `as_dyn_error` exists for reference `&NotError`, but it
|
|||
4 | pub struct NotError;
|
||||
| -------------------
|
||||
| |
|
||||
| doesn't satisfy `NotError: AsDynError`
|
||||
| doesn't satisfy `NotError: AsDynError<'_>`
|
||||
| doesn't satisfy `NotError: std::error::Error`
|
||||
...
|
||||
10 | source: NotError,
|
||||
|
@ -12,9 +12,9 @@ error[E0599]: the method `as_dyn_error` exists for reference `&NotError`, but it
|
|||
|
|
||||
= note: the following trait bounds were not satisfied:
|
||||
`NotError: std::error::Error`
|
||||
which is required by `NotError: AsDynError`
|
||||
which is required by `NotError: AsDynError<'_>`
|
||||
`&NotError: std::error::Error`
|
||||
which is required by `&NotError: AsDynError`
|
||||
which is required by `&NotError: AsDynError<'_>`
|
||||
note: the following trait must be implemented
|
||||
--> $RUST/core/src/error.rs
|
||||
|
|
||||
|
|
|
@ -5,7 +5,7 @@ error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its tr
|
|||
| ---------------
|
||||
| |
|
||||
| method `as_dyn_error` not found for this struct
|
||||
| doesn't satisfy `NotError: AsDynError`
|
||||
| doesn't satisfy `NotError: AsDynError<'_>`
|
||||
| doesn't satisfy `NotError: std::error::Error`
|
||||
...
|
||||
9 | source: NotError,
|
||||
|
@ -13,7 +13,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`
|
||||
which is required by `NotError: AsDynError<'_>`
|
||||
note: the following trait must be implemented
|
||||
--> $RUST/core/src/error.rs
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue