]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/unsized7.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / unsized7.stderr
index 0f71c5f6f8fe6e1a1627c100767b2cd67bc460ee..d18644f005a887d4742b3c0ca5c39116256191fb 100644 (file)
@@ -1,6 +1,9 @@
 error[E0277]: the size for values of type `X` cannot be known at compilation time
   --> $DIR/unsized7.rs:12:21
    |
+LL | trait T1<Z: T> {
+   |          - required by this bound in `T1`
+...
 LL | impl<X: ?Sized + T> T1<X> for S3<X> {
    |      -              ^^^^^ doesn't have a size known at compile-time
    |      |