Skip to content
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

E0426 needs to be updated to new format #35799

Closed
sophiajt opened this issue Aug 18, 2016 · 0 comments
Closed

E0426 needs to be updated to new format #35799

sophiajt opened this issue Aug 18, 2016 · 0 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints

Comments

@sophiajt
Copy link
Contributor

From: src/test/compile-fail/E0426.rs

E0426 needs a span_label, updating it from:

error[E0426]: use of undeclared label `'a`
  --> src/test/compile-fail/E0426.rs:13:15
   |
13 |         break 'a; //~ ERROR E0426
   |               ^^

To:

error[E0426]: use of undeclared label `'a`
  --> src/test/compile-fail/E0426.rs:13:15
   |
13 |         break 'a; //~ ERROR E0426
   |               ^^ undeclared label
tvladyslav added a commit to tvladyslav/rust that referenced this issue Aug 19, 2016
Issue rust-lang#35799 as a part of issue rust-lang#35233
?r jonathandturner
eddyb added a commit to eddyb/rust that referenced this issue Aug 22, 2016
…urner

New format for E0426

Issue rust-lang#35799 as a part of issue rust-lang#35233
r? jonathandturner
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 22, 2016
…urner

New format for E0426

Issue rust-lang#35799 as a part of issue rust-lang#35233
r? jonathandturner
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 22, 2016
…urner

New format for E0426

Issue rust-lang#35799 as a part of issue rust-lang#35233
r? jonathandturner
@bstrie bstrie added the A-diagnostics Area: Messages for errors, warnings, and lints label Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints
Projects
None yet
Development

No branches or pull requests

2 participants