schemars/schemars/tests/ui.rs
2020-06-05 17:18:48 +01:00

5 lines
97 B
Rust

#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/*.rs");
}