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