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
When a macro is defined in an edition 2021 crate, the :pat matcher should match "pattern_top" instead of "pattern_single", which allows or-patterns. :pat_param will match "pattern_single" in all editions.