mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-11 16:25:47 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
#[test]
|
|
#[cfg(not(miri))]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/compile_fail/*.rs");
|
|
}
|