Closed
Description
Tracking issue for rust-lang/rfcs#1506.
Status:
Fully stabilized.
Stabilized by PR #41145:
- Numeric fields in struct expressions/patterns S { 0: a, 1: b } are not yet stabilized.
- We've decided to stabilize the existing support, but we're still in need of a PR. If you're interested in contributing, directions for stabilizing this feature can be found here.
Stabilized by PR #36868:
- Lifted restrictions on tuple structs/variants are stabilized, i.e. S{..} can be used with any structs and empty tuple structs are permitted without feature gate.
Metadata
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Blocker: Implemented in the nightly compiler and unstable.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the language team, which will review and decide on the PR/issue.In the final comment period and will be merged soon unless new substantive objections are raised.