0b303c766c
This way they still appear in `cargo test`'s output.
8 lines
189 B
Rust
8 lines
189 B
Rust
#[cfg_attr(target_os = "emscripten", ignore)]
|
|
#[rustversion::attr(not(nightly), ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/**/*.rs");
|
|
}
|