mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
9 lines
215 B
Rust
9 lines
215 B
Rust
#[cfg_attr(target_os = "emscripten", ignore)]
|
|
#[rustversion::attr(not(nightly), ignore)]
|
|
#[cfg_attr(miri, ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/**/*.rs");
|
|
}
|