about summary refs log tree commit diff
path: root/tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr')
-rw-r--r--tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr b/tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr
index da269bbeae4..290b1df1665 100644
--- a/tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr
+++ b/tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr
@@ -13,7 +13,6 @@ LL | impl<T: Clone, U> PartialEq<U> for Struct<T>
    |         unsatisfied trait bound introduced here
 note: required by a bound in `Eq`
   --> $SRC_DIR/core/src/cmp.rs:LL:COL
-   = note: this error originates in the derive macro `Eq` (in Nightly builds, run with -Z macro-backtrace for more info)
 help: consider restricting type parameter `T` with trait `Clone`
    |
 LL | pub struct Struct<T: std::clone::Clone>(T);