rust/tests/ui/parser/attribute/attr-pat-struct-rest.stderr
2025-12-10 23:41:19 +00:00

10 lines
294 B
Text

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