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