f23162a
1 2 3 4 5 6 7
use trybuild::TestCases; #[cfg_attr(not(windows), test)] fn ui() { let t = TestCases::new(); t.compile_fail("tests/ui/*.rs"); }