#[test] fn ui() { let t = trybuild::TestCases::new(); t.compile_fail("tests/ui/compile_fail/*.rs"); t.pass("tests/ui/pass/*.rs"); }