From acecd9bd35184ed63ff00c970f1ab41b8418a902 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Dec 2022 19:09:28 -0800 Subject: [PATCH] Update ui test suite to nightly-2022-12-15 --- 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 dced998..1ddf768 100644 --- a/tests/ui/no-impl.stderr +++ b/tests/ui/no-impl.stderr @@ -18,7 +18,7 @@ error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its tr which is required by `&Error: anyhow::kind::AdhocKind` `&Error: Into` which is required by `&Error: anyhow::kind::TraitKind` -note: the following traits must be implemented +note: the traits `Into` and `std::fmt::Display` must be implemented --> $RUST/core/src/fmt/mod.rs | | pub trait Display {