mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 06:17:39 +03:00
Update ui tests to nightly-2020-03-01
This commit is contained in:
parent
55d6fbb460
commit
a15f36fde6
3 changed files with 34 additions and 24 deletions
|
@ -5,4 +5,5 @@ error[E0599]: no method named `as_display` found for reference `&std::thread::Th
|
|||
| ^^^^^^^^^^^^^^^^^^ method not found in `&std::thread::Thread`
|
||||
|
|
||||
= note: the method `as_display` exists but the following trait bounds were not satisfied:
|
||||
`&std::thread::Thread : thiserror::display::DisplayAsDisplay`
|
||||
`std::thread::Thread: std::fmt::Display`
|
||||
which is required by `&std::thread::Thread: thiserror::display::DisplayAsDisplay`
|
||||
|
|
|
@ -5,6 +5,11 @@ error[E0599]: no method named `as_dyn_error` found for reference `&std::string::
|
|||
| ^^^^^^ method not found in `&std::string::String`
|
||||
|
|
||||
= note: the method `as_dyn_error` exists but the following trait bounds were not satisfied:
|
||||
`&std::string::String : thiserror::aserror::AsDynError`
|
||||
`std::string::String : thiserror::aserror::AsDynError`
|
||||
`str : thiserror::aserror::AsDynError`
|
||||
`std::string::String: std::error::Error`
|
||||
which is required by `std::string::String: thiserror::aserror::AsDynError`
|
||||
`&std::string::String: std::error::Error`
|
||||
which is required by `&std::string::String: thiserror::aserror::AsDynError`
|
||||
`str: std::marker::Sized`
|
||||
which is required by `str: thiserror::aserror::AsDynError`
|
||||
`str: std::error::Error`
|
||||
which is required by `str: thiserror::aserror::AsDynError`
|
||||
|
|
|
@ -5,5 +5,9 @@ error[E0599]: no method named `as_dyn_error` found for struct `std::string::Stri
|
|||
| ^^^^^^ method not found in `std::string::String`
|
||||
|
|
||||
= note: the method `as_dyn_error` exists but the following trait bounds were not satisfied:
|
||||
`std::string::String : thiserror::aserror::AsDynError`
|
||||
`str : thiserror::aserror::AsDynError`
|
||||
`std::string::String: std::error::Error`
|
||||
which is required by `std::string::String: thiserror::aserror::AsDynError`
|
||||
`str: std::marker::Sized`
|
||||
which is required by `str: thiserror::aserror::AsDynError`
|
||||
`str: std::error::Error`
|
||||
which is required by `str: thiserror::aserror::AsDynError`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue