Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
enum
/
enum-variant-no-field.stderr
blob: 4d02bf87618914468c22ef6d2ad165ca037ac26d [
file
] [
log
] [
blame
] [
edit
]
error
[
E0609
]:
no
field
`a`
on type
`Foo`
-->
$DIR
/
enum
-
variant
-
no
-
field
.
rs
:
7
:
14
|
LL
|
Foo
::
Bar
.
a
;
|
^
unknown field
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0609`
.