kauma/vendor/serde_json/tests/ui/not_found.rs
2024-10-23 10:21:09 +02:00

5 lines
61 B
Rust

use serde_json::json;
fn main() {
json!({ "a" : x });
}