Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
vendor
/
serde_json-1.0.85
/
tests
/
ui
/
unexpected_colon.rs
blob: e767ea6f7d9324eb92b8283a16b7ce630681f0a8 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
:
true
});
}