mirror of
https://github.com/serde-rs/json.git
synced 2026-02-14 20:08:52 +00:00
8 lines
166 B
Rust
8 lines
166 B
Rust
#[rustversion::attr(not(nightly), ignore)]
|
|
#[cfg_attr(miri, ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|