1 2 3 4 5 6 7 8
#[test] fn ui_test() { let test = trybuild::TestCases::new(); test.compile_fail("tests/ui/parse_quote.rs"); test.compile_fail("tests/ui/parse_quote_spanned.rs"); test.compile_fail("tests/ui/help.rs"); test.compile_fail("tests/ui/parser.rs"); }