mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-19 13:00:47 +00:00
6 lines
97 B
Rust
6 lines
97 B
Rust
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|