Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
attribute
/
attr-pat-struct-rest.stderr
blob: f72c54973fce7cd9554a1c483c8f5e17405d19dd [
file
] [
log
] [
blame
]
error
:
expected identifier
,
found
`..`
-->
$DIR
/
attr
-
pat
-
struct
-
rest
.
rs
:
6
:
27
|
LL
|
let
S
{
#[cfg(any())] .. } = S {};
|
-
^^
expected identifier
|
|
|
while
parsing the fields
for
this
pattern
error
:
aborting due to
1
previous error