ktstr 0.5.2

Test harness for Linux process schedulers
1
2
3
4
5
6
#[test]
#[ignore = "152 trybuild fixtures, each spawning cargo build; run explicitly with --run-ignored"]
fn compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}