mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-03 07:12:01 +00:00
6 lines
102 B
Rust
6 lines
102 B
Rust
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui-fail/*.rs");
|
|
}
|