Closed
Description
This tracks the pattern_parentheses
feature which allows using parenthesis to group patterns.
(relevant RFC issue: rust-lang/rfcs#554).
match x {
(y) => {}
}
- Implementation (Support parentheses in patterns under feature gate #48500)
- Stabilization
- Decided to stabilize
- Need stabilization PR (mentoring instructions)
- Needs docs
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the language team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.