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); }