]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/unsized/unsized-enum.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / unsized / unsized-enum.stderr
index 795c7beab0ac64ed5b0a35b8a2eb08dd699d0dcc..3057d4789bd81df00f41fec9f7e23a52c24ddc87 100644 (file)
@@ -13,7 +13,7 @@ help: you could relax the implicit `Sized` bound on `U` if it were used through
   --> $DIR/unsized-enum.rs:4:10
    |
 LL | enum Foo<U> { FooSome(U), FooNone }
-   |          ^            - ...if indirection was used here: `Box<U>`
+   |          ^            - ...if indirection were used here: `Box<U>`
    |          |
    |          this could be changed to `U: ?Sized`...