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 {