From 5259d5233ce6827d4e30a628c76ca81f78bc8867 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 20 Jan 2020 16:31:38 -0800 Subject: [PATCH] Update ui tests to nightly-2020-01-11 --- tests/ui/no-impl.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/no-impl.stderr b/tests/ui/no-impl.stderr index 4dd2230..35d7c43 100644 --- a/tests/ui/no-impl.stderr +++ b/tests/ui/no-impl.stderr @@ -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);