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