]> git.proxmox.com Git - rustc.git/blob - src/test/ui/extern/issue-36122-accessing-externed-dst.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / extern / issue-36122-accessing-externed-dst.stderr
1 error[E0277]: the size for values of type `[usize]` cannot be known at compilation time
2 --> $DIR/issue-36122-accessing-externed-dst.rs:3:24
3 |
4 LL | static symbol: [usize];
5 | ^^^^^^^ doesn't have a size known at compile-time
6 |
7 = help: the trait `Sized` is not implemented for `[usize]`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.