6 lines
97 B
Rust
6 lines
97 B
Rust
|
#[test]
|
||
|
fn ui() {
|
||
|
let t = trybuild::TestCases::new();
|
||
|
t.compile_fail("ui-tests/*.rs");
|
||
|
}
|