diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2022-06-02 13:15:56 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2022-06-02 15:04:46 -0700 |
| commit | f9aa2e02cdfdeea64ed58d2956047c2c155186f3 (patch) | |
| tree | 4411fe18f1a15bd57dcde122fc8442207269e20a /src | |
| parent | 8567b686f9b5f85b18341d77814088a4a7409238 (diff) | |
| download | rust-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.stderr | 3 | ||||
| -rw-r--r-- | src/test/ui/suggestions/missing-bound-in-derive-copy-impl.stderr | 3 |
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) |
