mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-09 10:12:02 +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");
|
||
|
}
|