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