1 2 3 4 5 6 7 8
//! Tests for emitted diagnostics #[cfg(all(test, not(miri)))] #[test] fn ui_trybuild() { let t = trybuild::TestCases::new(); t.compile_fail("tests/ui/**/*.rs"); }