1 2 3 4 5 6
#[test] fn tests() { let t = trybuild::TestCases::new(); t.pass("tests/good/*.rs"); t.compile_fail("tests/bad/*.rs"); }