about summary refs log tree commit diff
path: root/tests/ui/unsized/unsized7.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unsized/unsized7.stderr')
-rw-r--r--tests/ui/unsized/unsized7.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/unsized/unsized7.stderr b/tests/ui/unsized/unsized7.stderr
index 1555b9df4f8..1b62bb43314 100644
--- a/tests/ui/unsized/unsized7.stderr
+++ b/tests/ui/unsized/unsized7.stderr
@@ -1,8 +1,8 @@
 error[E0277]: the size for values of type `X` cannot be known at compilation time
-  --> $DIR/unsized7.rs:12:21
+  --> $DIR/unsized7.rs:12:31
    |
 LL | impl<X: ?Sized + T> T1<X> for S3<X> {
-   |      -              ^^^^^ doesn't have a size known at compile-time
+   |      -                        ^^^^^ doesn't have a size known at compile-time
    |      |
    |      this type parameter needs to be `std::marker::Sized`
    |