mirror of
https://github.com/serde-rs/json.git
synced 2026-01-19 23:25:49 +00:00
7 lines
140 B
Rust
7 lines
140 B
Rust
#[rustversion::attr(not(nightly), ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|