Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
ui
/
structs
/
struct-missing-comma.stderr
blob: f5b79f54001e7670693570351b4719ce88d4ff62 [
file
]
error
:
expected
`,`
,
or
`}`
,
found
`bar`
-->
$DIR
/
struct
-
missing
-
comma
.
rs
:
4
:
13
|
LL
|
foo
:
u32
|
^
help
:
try
adding a comma
:
`,`
error
:
aborting due to previous error