]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/issue-36122-accessing-externed-dst.stderr
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[rust.git] / tests / 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`.