blob: 8518ed34aee9f7e3aebddbf5099db47000f87543 [file] [log] [blame]
const FOO: [u32; u8::MIN as usize] = [];
//~^ ERROR no associated item named `MIN` found for type `u8`
fn main() {}