-
Notifications
You must be signed in to change notification settings - Fork 1.7k
RFC: Add a matches!(expression, pattern) macro. #264
Copy link
Copy link
Closed
Labels
A-expressionsTerm language related proposals & ideasTerm language related proposals & ideasA-macros-libstdProposals that introduce new standard library macrosProposals that introduce new standard library macrosA-patternsPattern matching related proposals & ideasPattern matching related proposals & ideasT-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.postponedRFCs that have been postponed and may be revisited at a later time.RFCs that have been postponed and may be revisited at a later time.
Metadata
Metadata
Assignees
Labels
A-expressionsTerm language related proposals & ideasTerm language related proposals & ideasA-macros-libstdProposals that introduce new standard library macrosProposals that introduce new standard library macrosA-patternsPattern matching related proposals & ideasPattern matching related proposals & ideasT-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.postponedRFCs that have been postponed and may be revisited at a later time.RFCs that have been postponed and may be revisited at a later time.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Rendered view: https://github.com/SimonSapin/rfcs/blob/matches-macro/active/0000-matches-macro.md
Please note: This is different from the
if letproposal. I believe the two proposals are complementary rather than competing.Tracking issue for postponed PR #163