Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
4d5234c8d9de53e2c4bfe9420d9f1f5d34558d28
/
.
/
tests
/
ui
/
unexpected_comma.stderr
blob: 274cb19d9ed79b8ec07ee4bee4882f1006f61b17 [
file
] [
log
] [
blame
]
error
:
no
rules expected the token
`,`
-->
$DIR
/
unexpected_comma
.
rs
:
5
:
17
|
5
|
json
!({
"a"
,
"b"
:
true
});
|
^
no
rules expected
this
token
in
macro call
error
:
aborting due to previous error