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
Better encapsulate guard rewrite logic in relation to pattern rewirte
The guard rewrite rules vary based on how the pattern was rewritten.
That logic was previously written in `rewrite_match_arm`, but now it's
fully encapsulates in `rewrite_guard`.
0 commit comments