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