]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0161.zflagsul.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0161.zflagsul.stderr
CommitLineData
b7449926 1error[E0161]: cannot move a value of type [i32]: the size of [i32] cannot be statically determined
0731742a 2 --> $DIR/E0161.rs:22:5
b7449926 3 |
a1dfa0c6 4LL | box *x;
b7449926
XL
5 | ^^^^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0161`.