1 #[cfg_attr(target_os = "emscripten", ignore)] 2 #[rustversion::attr(not(nightly), ignore)] 3 #[test] ui()4 fn ui() { 5 let t = trybuild::TestCases::new(); 6 t.compile_fail("tests/ui/**/*.rs"); 7 } 8