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