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