Update ui tests to nightly-2020-01-11

This commit is contained in:
David Tolnay 2020-01-20 16:31:38 -08:00
parent b16893a21c
commit 5259d5233c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,4 +1,4 @@
error[E0599]: no method named `anyhow_kind` found for type `&Error` in the current scope
error[E0599]: no method named `anyhow_kind` found for reference `&Error` in the current scope
--> $DIR/no-impl.rs:7:13
|
7 | let _ = anyhow!(Error);