Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
ui
/
structs
/
struct-duplicate-comma.stderr
blob: 834b3c5c17164c4136f05f054b6651c6073b7fe4 [
file
] [
log
] [
blame
]
error
:
expected identifier
,
found
`,`
-->
$DIR
/
struct
-
duplicate
-
comma
.
rs
:
11
:
14
|
LL
|
let
_
=
Foo
{
|
---
while
parsing
this
struct
LL
|
a
:
0
,,
|
^
|
|
|
expected identifier
|
help
:
remove
this
comma
error
:
aborting due to previous error