]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/wf/wf-array-elem-sized.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / wf / wf-array-elem-sized.stderr
index fedec1909fd3374e38132e42dd4c26d6ea5dabd5..7f3c58d6bba27abce309c99df611a661936aa61e 100644 (file)
@@ -4,7 +4,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
 LL |     foo: [[u8]],
    |          ^^^^^^ doesn't have a size known at compile-time
    |
-   = help: the trait `std::marker::Sized` is not implemented for `[u8]`
+   = help: the trait `Sized` is not implemented for `[u8]`
    = note: slice and array elements must have `Sized` type
 
 error: aborting due to previous error