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