mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
8 lines
183 B
Rust
8 lines
183 B
Rust
![]() |
// EMIT_MIR_FOR_EACH_BIT_WIDTH
|
||
|
|
||
|
// EMIT_MIR rustc.main.ConstProp.diff
|
||
|
fn main() {
|
||
|
// check that we don't propagate this, because it's too large
|
||
|
let x: u8 = [0_u8; 5000][2];
|
||
|
}
|