Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-field-semicolon.stderr
blob: 522912a9e1c6df74d950618b917f75bf98771a42 [
file
] [
log
] [
blame
] [
edit
]
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
1
previous error