| 1 | #[rustversion::attr(not(nightly), ignore)] |
|---|---|
| 2 | #[cfg_attr(miri, ignore)] |
| 3 | #[test] |
| 4 | fn ui() { |
| 5 | let t = trybuild::TestCases::new(); |
| 6 | t.compile_fail("tests/ui/*.rs"); |
| 7 | } |
| 8 |
| 1 | #[rustversion::attr(not(nightly), ignore)] |
|---|---|
| 2 | #[cfg_attr(miri, ignore)] |
| 3 | #[test] |
| 4 | fn ui() { |
| 5 | let t = trybuild::TestCases::new(); |
| 6 | t.compile_fail("tests/ui/*.rs"); |
| 7 | } |
| 8 |