mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 21:52:25 +00:00
7 lines
148 B
Rust
7 lines
148 B
Rust
#[test]
|
|
fn compile_test() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/pass/*.rs");
|
|
t.compile_fail("tests/compile_fail/*.rs");
|
|
}
|