Sign in
fuchsia
/
third_party
/
rust
/
thinner-fuchsia-sysroot
/
.
/
src
/
test
/
ui
/
struct-fields-decl-dupe.stderr
blob: 8f2180716c90406c0751b1ec9dcfdc09599042a4 [
file
] [
log
] [
blame
]
error
[
E0124
]:
field
`foo`
is
already declared
-->
$DIR
/
struct
-
fields
-
decl
-
dupe
.
rs
:
13
:
5
|
12
|
foo
:
isize
,
|
----------
`foo`
first declared here
13
|
foo
:
isize
,
|
^^^^^^^^^^
field already declared
error
:
aborting due to previous error