From de996c863dda4cd893cb4a4cadf8575a541bd691 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 6 Jul 2020 19:18:54 -0700 Subject: [PATCH] Update ui tests to nightly-2020-07-06 --- tests/ui/no-display.stderr | 2 +- tests/ui/source-enum-not-error.stderr | 8 ++++---- tests/ui/source-struct-not-error.stderr | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/ui/no-display.stderr b/tests/ui/no-display.stderr index 6a59def..b71dd51 100644 --- a/tests/ui/no-display.stderr +++ b/tests/ui/no-display.stderr @@ -6,4 +6,4 @@ error[E0599]: no method named `as_display` found for reference `&std::thread::Th | = note: the method `as_display` exists but the following trait bounds were not satisfied: `std::thread::Thread: std::fmt::Display` - which is required by `&std::thread::Thread: thiserror::display::DisplayAsDisplay` + which is required by `&std::thread::Thread: thiserror::private::DisplayAsDisplay` diff --git a/tests/ui/source-enum-not-error.stderr b/tests/ui/source-enum-not-error.stderr index 39e96f8..7aab6d2 100644 --- a/tests/ui/source-enum-not-error.stderr +++ b/tests/ui/source-enum-not-error.stderr @@ -6,10 +6,10 @@ error[E0599]: no method named `as_dyn_error` found for reference `&std::string:: | = note: the method `as_dyn_error` exists but the following trait bounds were not satisfied: `std::string::String: std::error::Error` - which is required by `std::string::String: thiserror::aserror::AsDynError` + which is required by `std::string::String: thiserror::private::AsDynError` `&std::string::String: std::error::Error` - which is required by `&std::string::String: thiserror::aserror::AsDynError` + which is required by `&std::string::String: thiserror::private::AsDynError` `str: std::marker::Sized` - which is required by `str: thiserror::aserror::AsDynError` + which is required by `str: thiserror::private::AsDynError` `str: std::error::Error` - which is required by `str: thiserror::aserror::AsDynError` + which is required by `str: thiserror::private::AsDynError` diff --git a/tests/ui/source-struct-not-error.stderr b/tests/ui/source-struct-not-error.stderr index d8cf2b1..a223847 100644 --- a/tests/ui/source-struct-not-error.stderr +++ b/tests/ui/source-struct-not-error.stderr @@ -6,8 +6,8 @@ error[E0599]: no method named `as_dyn_error` found for struct `std::string::Stri | = note: the method `as_dyn_error` exists but the following trait bounds were not satisfied: `std::string::String: std::error::Error` - which is required by `std::string::String: thiserror::aserror::AsDynError` + which is required by `std::string::String: thiserror::private::AsDynError` `str: std::marker::Sized` - which is required by `str: thiserror::aserror::AsDynError` + which is required by `str: thiserror::private::AsDynError` `str: std::error::Error` - which is required by `str: thiserror::aserror::AsDynError` + which is required by `str: thiserror::private::AsDynError`