index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
serde_json
/
tests
/
ui
/
unexpected_colon.rs
blob: e767ea6f7d9324eb92b8283a16b7ce630681f0a8 (
plain
)
1
2
3
4
5
use
serde_json
::
json
;
fn
main
()
{
json
!
({
:
true
});
}