mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 05:04:23 +00:00
8 lines
214 B
Rust
8 lines
214 B
Rust
#[rustversion::attr(not(nightly), ignore = "requires nightly")]
|
|
#[cfg_attr(miri, ignore = "incompatible with miri")]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|