summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/ui/source-enum-not-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/ui/source-enum-not-error.stderr')
-rw-r--r--vendor/thiserror/tests/ui/source-enum-not-error.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/thiserror/tests/ui/source-enum-not-error.stderr b/vendor/thiserror/tests/ui/source-enum-not-error.stderr
index 29ee54600..750c69eb3 100644
--- a/vendor/thiserror/tests/ui/source-enum-not-error.stderr
+++ b/vendor/thiserror/tests/ui/source-enum-not-error.stderr
@@ -15,7 +15,7 @@ error[E0599]: the method `as_dyn_error` exists for reference `&NotError`, but it
which is required by `NotError: AsDynError<'_>`
`&NotError: std::error::Error`
which is required by `&NotError: AsDynError<'_>`
-note: the following trait must be implemented
+note: the trait `std::error::Error` must be implemented
--> $RUST/core/src/error.rs
|
| pub trait Error: Debug + Display {