main()1 fn main() {
2     fn f(a: [u8; u32::DOESNOTEXIST]) {}
3     //~^ ERROR no associated item named `DOESNOTEXIST` found for type `u32`
4 }
5