blob: 7974a6249e43040f8ac079e1f0c7ba3abb61329f [file] [log] [blame]
Andrew Walbrand1b91c72020-08-11 17:12:08 +01001#[rustversion::attr(not(nightly), ignore)]
Jeff Vander Stoep0caaeed2022-12-06 08:25:24 +01002#[cfg_attr(miri, ignore)]
Andrew Walbrand1b91c72020-08-11 17:12:08 +01003#[test]
4fn ui() {
5 let t = trybuild::TestCases::new();
6 t.compile_fail("tests/ui/*.rs");
7}