]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-54410.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.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`.