Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-10392-2.stderr
blob: 3e5d5062bee3455dec4579e325cdf4425e87ae02 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected
`}`
,
found
`,`
-->
$DIR
/
issue
-
10392
-
2.rs
:
8
:
15
|
LL
|
let
A
{
..,
}
=
a
();
|
--^
|
|
|
|
|
expected
`}`
|
|
help
:
remove
this
comma
|
`..`
must be at the
end
and
cannot have a trailing comma
error
:
aborting due to
1
previous error