17e2e9c0cSopenharmony_ci#[cfg_attr(target_os = "emscripten", ignore)] 27e2e9c0cSopenharmony_ci#[rustversion::attr(not(nightly), ignore)] 37e2e9c0cSopenharmony_ci#[cfg_attr(miri, ignore)] 47e2e9c0cSopenharmony_ci#[allow(unused_attributes)] 57e2e9c0cSopenharmony_ci#[test] 67e2e9c0cSopenharmony_cifn ui() { 77e2e9c0cSopenharmony_ci let t = trybuild::TestCases::new(); 87e2e9c0cSopenharmony_ci t.compile_fail("tests/ui/**/*.rs"); 97e2e9c0cSopenharmony_ci} 10