From e7ab6fbd4c5c3a7ff799a8964e8b34d031e865f9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 15 Dec 2023 10:30:13 -0800 Subject: [PATCH] Update to nightly-2022-08-24 --- tests/ui/missing-display.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/missing-display.stderr b/tests/ui/missing-display.stderr index ad1d814..35cdb70 100644 --- a/tests/ui/missing-display.stderr +++ b/tests/ui/missing-display.stderr @@ -7,7 +7,7 @@ error[E0277]: `MyError` doesn't implement `std::fmt::Display` = help: the trait `std::fmt::Display` is not implemented for `MyError` = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead note: required by a bound in `std::error::Error` - --> $RUST/std/src/error.rs + --> $RUST/core/src/error.rs | | pub trait Error: Debug + Display { | ^^^^^^^ required by this bound in `std::error::Error`