mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 22:37:38 +03:00
Update ui tests to nightly-2020-01-11
This commit is contained in:
parent
d1367a8745
commit
ff9524e1fd
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
error[E0599]: no method named `as_display` found for type `&std::thread::Thread` in the current scope
|
||||
error[E0599]: no method named `as_display` found for reference `&std::thread::Thread` in the current scope
|
||||
--> $DIR/no-display.rs:5:9
|
||||
|
|
||||
5 | #[error("thread: {thread}")]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error[E0599]: no method named `as_dyn_error` found for type `&std::string::String` in the current scope
|
||||
error[E0599]: no method named `as_dyn_error` found for reference `&std::string::String` in the current scope
|
||||
--> $DIR/source-enum-not-error.rs:7:9
|
||||
|
|
||||
7 | source: String,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error[E0599]: no method named `as_dyn_error` found for type `std::string::String` in the current scope
|
||||
error[E0599]: no method named `as_dyn_error` found for struct `std::string::String` in the current scope
|
||||
--> $DIR/source-struct-not-error.rs:6:5
|
||||
|
|
||||
6 | source: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue