mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 10:37:51 +00:00
7 lines
140 B
Rust
7 lines
140 B
Rust
#[rustversion::attr(not(nightly), ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|