1
Fork 0

Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov

Parse unnamed fields of struct and union type

Added the `unnamed_fields` feature gate.

This is a prototype of [RFC 2102](https://github.com/rust-lang/rust/issues/49804), so any suggestions are greatly appreciated.

r? `@petrochenkov`
This commit is contained in:
bors 2021-05-17 12:15:26 +00:00
commit 9964284fed
19 changed files with 707 additions and 112 deletions

View file

@ -1270,6 +1270,7 @@ symbols! {
unix,
unlikely,
unmarked_api,
unnamed_fields,
unpin,
unreachable,
unreachable_code,