]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/impl-bounds-checking.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / impl-bounds-checking.stderr
index 80666131b2ca6727ca63f71b79cc00e5dce8da44..618a9f94aa4510158d6297d106308e7b7f72c8f9 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `isize: Clone2` is not satisfied
-  --> $DIR/impl-bounds-checking.rs:20:6
+  --> $DIR/impl-bounds-checking.rs:10:6
    |
 LL | impl Getter<isize> for isize { //~ ERROR `isize: Clone2` is not satisfied
    |      ^^^^^^^^^^^^^ the trait `Clone2` is not implemented for `isize`