rust/src/test/ui/consts/const-prop-ice.rs

3 lines
82 B
Rust
Raw Normal View History

fn main() {
[0; 3][3u64 as usize]; //~ ERROR the len is 3 but the index is 3
}