mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 13:57:38 +03:00
Update ui test suite to nightly-2021-01-29
This commit is contained in:
parent
c09ddc2241
commit
d0f521c208
3 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
error[E0599]: no method named `as_dyn_error` found for reference `&NotError` in the current scope
|
||||
error[E0599]: the method `as_dyn_error` exists for reference `&NotError`, but its trait bounds were not satisfied
|
||||
--> $DIR/source-enum-not-error.rs:10:9
|
||||
|
|
||||
4 | pub struct NotError;
|
||||
|
@ -8,9 +8,9 @@ error[E0599]: no method named `as_dyn_error` found for reference `&NotError` in
|
|||
| doesn't satisfy `NotError: std::error::Error`
|
||||
...
|
||||
10 | source: NotError,
|
||||
| ^^^^^^ method not found in `&NotError`
|
||||
| ^^^^^^ method cannot be called on `&NotError` due to unsatisfied trait bounds
|
||||
|
|
||||
= note: the method `as_dyn_error` exists but the following trait bounds were not satisfied:
|
||||
= note: the following trait bounds were not satisfied:
|
||||
`NotError: std::error::Error`
|
||||
which is required by `NotError: AsDynError`
|
||||
`&NotError: std::error::Error`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue