Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
structs
/
struct-missing-comma.stderr
blob: 4fdd47a480651524847a5269f33a695e7d58607d [
file
] [
log
] [
blame
] [
edit
]
error
:
expected
`,`
,
or
`}`
,
found keyword
`pub`
-->
$DIR
/
struct
-
missing
-
comma
.
rs
:
5
:
17
|
LL
|
pub foo
:
u32
|
^
help
:
try
adding a comma
:
`,`
error
:
aborting due to
1
previous error