]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vec-repeat-with-cast.rs
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / array-slice-vec / vec-repeat-with-cast.rs
1 // run-pass
2
3 // pretty-expanded FIXME #23616
4
5 pub fn main() { let _a = [0; 1 as usize]; }