1 2 3 4 5 6 7 8 9
#[rustversion::stable] #[test] fn ui() { use trybuild::TestCases; let t = TestCases::new(); t.compile_fail("tests/compile-fail/*.rs"); t.pass("tests/compile-pass/*.rs"); }