Sign in
android
/
platform
/
external
/
rust
/
crates
/
serde_json
/
764711d6e0725bc861e521bd917dd673e39d4c73
/
.
/
tests
/
ui
/
missing_colon.rs
blob: d93b7b907d8e36e3af2d915ef36dbf5f500cf61b [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"a"
});
}