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
I'm going through and freeing up issues for #35233, @faebser are you still interested in finishing this? If not, other people may be interested in basing their work off of @faebser's current PR.
error[E0408]: variable `y` is not bound in all patterns
--> <anon>:5:19
|
5 | Some(y) | None => {}
| - ^^^^ pattern doesn't bind `y`
| |
| variable not in all patterns
From: src/test/compile-fail/E0408.rs
E0408 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: