From 29e4e0e9fdf6407ed7f3a7154a52585445dfa1b8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 14 May 2021 00:30:55 -0700 Subject: [PATCH] Update ui test suite to nightly-2021-05-14 --- 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 a4a829b..976b62c 100644 --- a/tests/ui/no-impl.stderr +++ b/tests/ui/no-impl.stderr @@ -18,4 +18,4 @@ error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its tr which is required by `&Error: anyhow::private::kind::AdhocKind` `&Error: Into` which is required by `&Error: anyhow::private::kind::TraitKind` - = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)