mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
6 lines
126 B
Rust
6 lines
126 B
Rust
#[test]
|
|
#[cfg_attr(miri, ignore)]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/**/*.rs");
|
|
}
|