about summary refs log tree commit diff
path: root/src/test/ui/derives/derives-span-Eq-tuple-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/derives/derives-span-Eq-tuple-struct.stderr')
-rw-r--r--src/test/ui/derives/derives-span-Eq-tuple-struct.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/derives/derives-span-Eq-tuple-struct.stderr b/src/test/ui/derives/derives-span-Eq-tuple-struct.stderr
index 44b1d2cc026..a41acfbf5b5 100644
--- a/src/test/ui/derives/derives-span-Eq-tuple-struct.stderr
+++ b/src/test/ui/derives/derives-span-Eq-tuple-struct.stderr
@@ -9,7 +9,7 @@ LL |     Error
 LL | pub struct AssertParamIsEq<T: Eq + ?Sized> {
    |                               -- required by this bound in `AssertParamIsEq`
    |
-   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the derive macro `Eq` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error