No unused attribute warning, either. ``` rust #[static_assert] pub const BLEH: bool = false; fn main() { } ```