From f9aa2e02cdfdeea64ed58d2956047c2c155186f3 Mon Sep 17 00:00:00 2001 From: Esteban Küber Date: Thu, 2 Jun 2022 13:15:56 -0700 Subject: Tweak output --- src/test/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr | 3 --- src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr | 3 --- 2 files changed, 6 deletions(-) (limited to 'src') diff --git a/src/test/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr b/src/test/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr index 2dc41709fdc..4eb1e318d97 100644 --- a/src/test/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr +++ b/src/test/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr @@ -14,9 +14,6 @@ note: the `Copy` impl for `Vector2` requires that `K: Debug` | LL | pub loc: Vector2, | ^^^^^^^^^^^^^^^^^^^ -note: the `Copy` impl for `Vector2` requires that `K: Debug` - --> $DIR/missing-bound-in-derive-copy-impl-3.rs:13:5 - | LL | pub size: Vector2 | ^^^^^^^^^^^^^^^^^^^^ = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr b/src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr index 1f6932b1fa6..1cf2ab95bc3 100644 --- a/src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr +++ b/src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr @@ -14,9 +14,6 @@ note: the `Copy` impl for `Vector2` requires that `K: Debug` | LL | pub loc: Vector2, | ^^^^^^^^^^^^^^^^^^^ -note: the `Copy` impl for `Vector2` requires that `K: Debug` - --> $DIR/missing-bound-in-derive-copy-impl.rs:12:5 - | LL | pub size: Vector2 | ^^^^^^^^^^^^^^^^^^^^ = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) -- cgit 1.4.1-3-g733a5