You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial match compiler PR disallowed shadowing in match patterns since it leaves error checking for later PRs and we'd need a new error to check that the same name isn't defined multiple times in the same pattern.
Happy Case
We should implement this check and remove the TODO
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
From #7312 (comment)
The initial match compiler PR disallowed shadowing in match patterns since it leaves error checking for later PRs and we'd need a new error to check that the same name isn't defined multiple times in the same pattern.
Happy Case
We should implement this check and remove the TODO
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: