]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/unsized/unsized-struct.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / unsized / unsized-struct.stderr
index e013b8fc69ece473c47b30ad6a5fd70be9c46380..6661cf358b3ab07ff5e94412f70a9ec78b845cf1 100644 (file)
@@ -13,7 +13,7 @@ help: you could relax the implicit `Sized` bound on `T` if it were used through
   --> $DIR/unsized-struct.rs:4:12
    |
 LL | struct Foo<T> { data: T }
-   |            ^          - ...if indirection was used here: `Box<T>`
+   |            ^          - ...if indirection were used here: `Box<T>`
    |            |
    |            this could be changed to `T: ?Sized`...