Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
paren-span.stderr
blob: da2f57033a44e96aeee11d782affffddce095e92 [
file
] [
log
] [
blame
] [
edit
]
error
[
E0616
]:
field
`x`
of
struct
`S`
is
private
-->
$DIR
/
paren
-
span
.
rs
:
19
:
14
|
LL
|
paren
!(
s
.
x
);
|
^
private
field
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0616`
.