]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unsized-locals/unsized-exprs.stderr
Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
[rust.git] / src / test / ui / unsized-locals / unsized-exprs.stderr
index 6686e55130fb453579d774d736238a9282612281..6960255d98797492815899c0bebc915e1feedd59 100644 (file)
@@ -16,7 +16,7 @@ LL |     udrop::<A<[u8]>>(A { 0: *foo() });
    |     |
    |     required by a bound introduced by this call
    |
-   = help: the trait `Sized` is not implemented for `[u8]`
+   = help: within `A<[u8]>`, the trait `Sized` is not implemented for `[u8]`
 note: required because it appears within the type `A<[u8]>`
   --> $DIR/unsized-exprs.rs:3:8
    |