We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
static_assert for rust - deprecated without replacement
There was an error while loading. Please reload this page.
##Example usage
#![feature(plugin)] #![plugin(static_assert)] fn main() { static_assert!(5 == 4); }