about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2022-06-02 13:15:56 -0700
committerEsteban Küber <esteban@kuber.com.ar>2022-06-02 15:04:46 -0700
commitf9aa2e02cdfdeea64ed58d2956047c2c155186f3 (patch)
tree4411fe18f1a15bd57dcde122fc8442207269e20a /src
parent8567b686f9b5f85b18341d77814088a4a7409238 (diff)
downloadrust-f9aa2e02cdfdeea64ed58d2956047c2c155186f3.tar.gz
rust-f9aa2e02cdfdeea64ed58d2956047c2c155186f3.zip
Tweak output
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/suggestions/missing-bound-in-derive-copy-impl-3.stderr3
-rw-r--r--src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr3
2 files changed, 0 insertions, 6 deletions
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<K>` requires that `K: Debug`
    |
 LL |     pub loc: Vector2<K>,
    |     ^^^^^^^^^^^^^^^^^^^
-note: the `Copy` impl for `Vector2<K>` requires that `K: Debug`
-  --> $DIR/missing-bound-in-derive-copy-impl-3.rs:13:5
-   |
 LL |     pub size: Vector2<K>
    |     ^^^^^^^^^^^^^^^^^^^^
    = 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<K>` requires that `K: Debug`
    |
 LL |     pub loc: Vector2<K>,
    |     ^^^^^^^^^^^^^^^^^^^
-note: the `Copy` impl for `Vector2<K>` requires that `K: Debug`
-  --> $DIR/missing-bound-in-derive-copy-impl.rs:12:5
-   |
 LL |     pub size: Vector2<K>
    |     ^^^^^^^^^^^^^^^^^^^^
    = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)