Rocket/core/codegen/tests/ui-fail.rs
2020-09-12 02:43:49 -07:00

6 lines
102 B
Rust

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