]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/suggestions/derive-clone-for-eq.stderr
Rollup merge of #107354 - tspiteri:source-serif-4.005, r=GuillaumeGomez
[rust.git] / tests / ui / suggestions / derive-clone-for-eq.stderr
index 0a18b770405c1d2629d319478030493fcd6b3f3a..9d843c2514b9b20da088db697285a6d74da100fb 100644 (file)
@@ -8,7 +8,9 @@ note: required for `Struct<T>` to implement `PartialEq`
   --> $DIR/derive-clone-for-eq.rs:9:19
    |
 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)