about summary refs log tree commit diff
path: root/tests/ui/parser/attribute/attr-pat-struct-rest.stderr
blob: f72c54973fce7cd9554a1c483c8f5e17405d19dd (plain)
1
2
3
4
5
6
7
8
9
10
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