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