Open
Description
cc #3142
This was found by running clippy on glacier https://github.com/rust-lang/glacier
./fixed/23600.rs
static V1: [u8; 0xffff_ffff] = [0u8; 0xffff_ffff];
fn main() { V1[0]; }
seems to want to consume all of the systems run when checked with clippy.
clippy 0.0.212 (648e5b9 2019-10-01)