From f2c4db9b47e37fdeef8dc0e1560b3d15f1208fbe Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 30 Mar 2024 19:39:03 -0700 Subject: [PATCH] Update ui test suite to nightly-2024-03-31 --- tests/ui/no-impl.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ui/no-impl.stderr b/tests/ui/no-impl.stderr index 6c79761..e06d70b 100644 --- a/tests/ui/no-impl.stderr +++ b/tests/ui/no-impl.stderr @@ -27,6 +27,6 @@ note: the traits `Into` and `std::fmt::Display` must be implemented = help: items from traits can only be used if the trait is implemented and in scope = note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them: candidate #1: `anyhow::kind::AdhocKind` - candidate #2: `anyhow::kind::TraitKind` - candidate #3: `anyhow::kind::BoxedKind` + candidate #2: `anyhow::kind::BoxedKind` + candidate #3: `anyhow::kind::TraitKind` = note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)