]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unsized/return-unsized-from-trait-method.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / unsized / return-unsized-from-trait-method.stderr
CommitLineData
064997fb 1error[E0161]: cannot move a value of type `[u8]`
cdc7bbd5 2 --> $DIR/return-unsized-from-trait-method.rs:9:17
f9f354fc
XL
3 |
4LL | let _ = f.foo();
064997fb 5 | ^^^^^^^ the size of `[u8]` cannot be statically determined
f9f354fc
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0161`.