rustc/vendor/lazy_static-1.5.0/tests/ui.rs
2024-09-09 14:07:22 +02:00

7 lines
125 B
Rust

#[test]
#[cfg(not(miri))]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/compile_fail/*.rs");
}