Rocket/core/codegen/tests/ui-fail.rs

6 lines
102 B
Rust
Raw Normal View History

2020-07-20 22:02:10 +00:00
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui-fail/*.rs");
}