-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E0408 needs to be updated to new format #35698
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Comments
I'm gonna work on this, Part of #35233 |
steveklabnik
removed
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Mar 9, 2017
This issue can be closed (changed in #39713): 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: