stageleft 0.14.0

Type-safe staged programming for Rust
Documentation
1
2
3
4
5
6
#[test]
fn test_all() {
    let t = trybuild::TestCases::new();
    let path = "tests/compile-fail/*.rs";
    t.compile_fail(path);
}