Update ui tests to nightly-2020-07-06

This commit is contained in:
David Tolnay 2020-07-06 19:18:54 -07:00
parent 42b537acf0
commit de996c863d
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 8 additions and 8 deletions

View file

@ -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`

View file

@ -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`

View file

@ -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`