Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
serde_json-1.0.91
/
tests
/
ui
/
missing_colon.rs
blob: d93b7b907d8e36e3af2d915ef36dbf5f500cf61b [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
"a"
});
}