]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-69725.stderr
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / issues / issue-69725.stderr
index 4dd6b4bbb68bebe0c6f39d8f841fed16d5fb0358..b1ba89f6cbecf5a365cae573490fec5af5cc4fb3 100644 (file)
@@ -3,7 +3,7 @@ error[E0599]: the method `clone` exists for struct `Struct<A>`, but its trait bo
    |
 LL |     let _ = Struct::<A>::new().clone();
    |                                ^^^^^ method cannot be called on `Struct<A>` due to unsatisfied trait bounds
-   | 
+   |
   ::: $DIR/auxiliary/issue-69725.rs:2:1
    |
 LL | pub struct Struct<A>(A);