2019-11-24 19:27:28 -06:00
|
|
|
#[cfg_attr(target_os = "emscripten", ignore)]
|
2019-07-07 23:13:56 -05:00
|
|
|
#[rustversion::attr(not(nightly), ignore)]
|
2022-04-24 17:21:17 -05:00
|
|
|
#[cfg_attr(miri, ignore)]
|
2022-04-24 18:00:18 -05:00
|
|
|
#[allow(unused_attributes)]
|
2016-01-18 14:39:46 -06:00
|
|
|
#[test]
|
2018-11-24 17:37:35 -06:00
|
|
|
fn ui() {
|
2019-05-04 01:23:02 -05:00
|
|
|
let t = trybuild::TestCases::new();
|
|
|
|
t.compile_fail("tests/ui/**/*.rs");
|
2016-01-18 14:39:46 -06:00
|
|
|
}
|