1 2 3 4 5 6
#[allow(dead_code)]; #[static_assert] static E: bool = 1 == 2; //~ ERROR static assertion failed fn main() {}