blob: 7974a6249e43040f8ac079e1f0c7ba3abb61329f [file] [log] [blame]
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/*.rs");
}