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 x@foo construct cannot be used in a match arm if foo contains sub-bindings. This is not surprising. However, when the sub-bindings are actually _, this should be allowed as _ is not a real binding.