Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
removed-syntax-field-semicolon.stderr
blob: 532d4fb2b61f0b3159d7ef43bd7857ffdde6aa70 [
file
] [
log
] [
blame
]
error
:
struct
fields are separated
by
`,`
-->
$DIR
/
removed
-
syntax
-
field
-
semicolon
.
rs
:
2
:
12
|
LL
|
struct
S
{
|
-
while
parsing
this
struct
LL
|
bar
:
();
|
^
help
:
replace
`;`
with
`,`
error
:
aborting due to previous error