anodized 0.4.0

An ecosystem for correct Rust based on lightweight specification annotations
Documentation
1
2
3
4
5
#[test]
fn compile_errors() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}