From 24db929a56c9e97f2211a4c3c8ee7a31e15b6eb3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Jul 2022 19:50:13 -0700 Subject: [PATCH] Update ui test suite to nightly-2022-07-10 --- tests/ui/source-struct-not-error.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ui/source-struct-not-error.stderr b/tests/ui/source-struct-not-error.stderr index ee5b7e8..6fa85b0 100644 --- a/tests/ui/source-struct-not-error.stderr +++ b/tests/ui/source-struct-not-error.stderr @@ -3,8 +3,8 @@ error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its tr | 4 | struct NotError; | --------------- - | | | - | | method `as_dyn_error` not found for this struct + | | + | method `as_dyn_error` not found for this struct | doesn't satisfy `NotError: AsDynError` | doesn't satisfy `NotError: std::error::Error` ...