mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 15:02:19 +00:00
9 lines
181 B
Rust
9 lines
181 B
Rust
#![deny(clippy::all, clippy::pedantic)]
|
|
|
|
#[rustversion::attr(not(nightly), ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|