]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unsized7.stderr
Remove licenses
[rust.git] / src / test / ui / unsized7.stderr
index 67217659fbc2f80286da2c7ec54df38f3867f040..90f5a1f02d6c1612ac54bf426750e01496913b82 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the size for values of type `X` cannot be known at compilation time
-  --> $DIR/unsized7.rs:22:21
+  --> $DIR/unsized7.rs:12:21
    |
 LL | impl<X: ?Sized + T> T1<X> for S3<X> {
    |                     ^^^^^ doesn't have a size known at compile-time