From b03872ba39e45566f971c9406865f60e1f68db15 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 19 Jul 2022 21:20:53 -0700 Subject: [PATCH] Update ui test suite to nightly-2022-07-20 --- tests/ui/printdoc-no-display.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/printdoc-no-display.stderr b/tests/ui/printdoc-no-display.stderr index 1e0fee5..f0a7248 100644 --- a/tests/ui/printdoc-no-display.stderr +++ b/tests/ui/printdoc-no-display.stderr @@ -6,4 +6,4 @@ error[E0277]: `NoDisplay` doesn't implement `std::fmt::Display` | = help: the trait `std::fmt::Display` is not implemented for `NoDisplay` = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead - = note: this error originates in the macro `$crate::format_args` (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `printdoc` (in Nightly builds, run with -Z macro-backtrace for more info)