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