Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
48980ef754d6ad35c6dbcbc259a1107a78d79afa
/
.
/
tests
/
ui
/
unexpected_colon.rs
blob: e767ea6f7d9324eb92b8283a16b7ce630681f0a8 [
file
] [
log
] [
blame
]
use
serde_json
::
json
;
fn
main
()
{
json
!({
:
true
});
}