Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-23253.stderr
blob: ec7696909e725bcb150c07dadcc6564c0c84026b [
file
]
error
[
E0609
]:
no
field
`a`
on type
`Foo`
-->
$DIR
/
issue
-
23253.rs
:
4
:
14
|
LL
|
Foo
::
Bar
.
a
;
|
^
unknown field
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0609`
.