No unused attribute warning, either. ``` rust #[static_assert] pub const BLEH: bool = false; fn main() { } ```
Activity
kmcallister commentedon Mar 3, 2015
A-codegen because this checking happens in trans.
nagisa commentedon Mar 3, 2015
cc @huonw because you implemented #22960
EDIT: ugh, sorry, I misread “No unused attribute warning, either” as “No feature gate, either”.
Remove #[static_assert]
Remove #[static_assert]
Auto merge of #24910 - steveklabnik:remove_static_assert, r=alexcrichton
Remove #[static_assert]