summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/own-bound-span.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-associated-types/own-bound-span.stderr')
-rw-r--r--tests/ui/generic-associated-types/own-bound-span.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/generic-associated-types/own-bound-span.stderr b/tests/ui/generic-associated-types/own-bound-span.stderr
index 8ab8ea623..4a0566ca7 100644
--- a/tests/ui/generic-associated-types/own-bound-span.stderr
+++ b/tests/ui/generic-associated-types/own-bound-span.stderr
@@ -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