]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/generic-associated-types/own-bound-span.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / generic-associated-types / own-bound-span.stderr
index 8ab8ea623b2c93d674d096da4b55fe3f19c923c5..4a0566ca7b5192d859a829c2bae8c2cf6d242e4a 100644 (file)
@@ -1,8 +1,8 @@
 error[E0277]: the trait bound `String: Copy` is not satisfied
-  --> $DIR/own-bound-span.rs:14:12
+  --> $DIR/own-bound-span.rs:14:24
    |
 LL |     let _: <S as D>::P<String>;
-   |            ^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `String`
+   |                        ^^^^^^ the trait `Copy` is not implemented for `String`
    |
 note: required by a bound in `D::P`
   --> $DIR/own-bound-span.rs:4:15