syn
syn copied to clipboard
Parse unnamed struct/union type
trafficstars
Part of RFC 2102.
- RFC: https://github.com/rust-lang/rfcs/pull/2102
- Tracking issue: https://github.com/rust-lang/rust/issues/49804
- Example usage: https://github.com/rust-lang/rust/blob/e3c71f1e33b026dea7c9ca7c1c4554e63f56a0da/src/test/pretty/anonymous-types.rs
type A = struct { field: u8 };
Gonna block this on https://github.com/rust-lang/rust/issues/88583.