mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 05:47:39 +03:00
Update ui tests to nightly-2020-07-06
This commit is contained in:
parent
42b537acf0
commit
de996c863d
3 changed files with 8 additions and 8 deletions
|
@ -6,10 +6,10 @@ error[E0599]: no method named `as_dyn_error` found for reference `&std::string::
|
|||
|
|
||||
= note: the method `as_dyn_error` exists but the following trait bounds were not satisfied:
|
||||
`std::string::String: std::error::Error`
|
||||
which is required by `std::string::String: thiserror::aserror::AsDynError`
|
||||
which is required by `std::string::String: thiserror::private::AsDynError`
|
||||
`&std::string::String: std::error::Error`
|
||||
which is required by `&std::string::String: thiserror::aserror::AsDynError`
|
||||
which is required by `&std::string::String: thiserror::private::AsDynError`
|
||||
`str: std::marker::Sized`
|
||||
which is required by `str: thiserror::aserror::AsDynError`
|
||||
which is required by `str: thiserror::private::AsDynError`
|
||||
`str: std::error::Error`
|
||||
which is required by `str: thiserror::aserror::AsDynError`
|
||||
which is required by `str: thiserror::private::AsDynError`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue