mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +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,4 +6,4 @@ error[E0599]: no method named `as_display` found for reference `&std::thread::Th
|
|||
|
|
||||
= note: the method `as_display` exists but the following trait bounds were not satisfied:
|
||||
`std::thread::Thread: std::fmt::Display`
|
||||
which is required by `&std::thread::Thread: thiserror::display::DisplayAsDisplay`
|
||||
which is required by `&std::thread::Thread: thiserror::private::DisplayAsDisplay`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -6,8 +6,8 @@ error[E0599]: no method named `as_dyn_error` found for struct `std::string::Stri
|
|||
|
|
||||
= 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`
|
||||
`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