syn icon indicating copy to clipboard operation
syn copied to clipboard

Parse unnamed struct/union type

Open dtolnay opened this issue 4 years ago • 1 comments
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 };

dtolnay avatar Sep 02 '21 03:09 dtolnay

Gonna block this on https://github.com/rust-lang/rust/issues/88583.

dtolnay avatar Sep 02 '21 08:09 dtolnay