-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Support macro invocations in match branch position #2654
Copy link
Copy link
Open
Labels
A-control-flowProposals relating to control flow.Proposals relating to control flow.A-macrosMacro related proposals and issuesMacro related proposals and issuesA-patternsPattern matching related proposals & ideasPattern matching related proposals & ideasA-syntaxSyntax related proposals & ideasSyntax 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.
Metadata
Metadata
Assignees
Labels
A-control-flowProposals relating to control flow.Proposals relating to control flow.A-macrosMacro related proposals and issuesMacro related proposals and issuesA-patternsPattern matching related proposals & ideasPattern matching related proposals & ideasA-syntaxSyntax related proposals & ideasSyntax 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sorry if there's already and issue for this, but I couldn't find one.
On many occasions I've wanted to use macros to generate
matchbranches. eg.Is there a reason not to support this?