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

E0268 needs to be updated to new format #35520

Closed
sophiajt opened this issue Aug 8, 2016 · 1 comment
Closed

E0268 needs to be updated to new format #35520

sophiajt opened this issue Aug 8, 2016 · 1 comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints

Comments

@sophiajt
Copy link
Contributor

sophiajt commented Aug 8, 2016

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

E0268 needs a span_label, updating it from:

error[E0268]: `break` outside of loop
  --> src/test/compile-fail/E0268.rs:12:5
   |
12 |     break; //~ ERROR E0268
   |     ^^^^^

To:

error[E0268]: `break` outside of loop
  --> src/test/compile-fail/E0268.rs:12:5
   |
12 |     break; //~ ERROR E0268
   |     ^^^^^ cannot break outside of a loop
@shyamsundarb-arch
Copy link
Contributor

I will take this

sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 13, 2016
…turner

E0248, E0267 & E0268 Change into issue format

r? @jonathandturner  Part of rust-lang#35391, rust-lang#35519 and rust-lang#35520. I have squashed all changes into a single commit. Please review the changes.

E0248 Change in issue format

E0267 UT New Format

E0268 UT New Format

E0267 & E0268 New Error Format
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
…turner

E0248, E0267 & E0268 Change into issue format

r? @jonathandturner  Part of rust-lang#35391, rust-lang#35519 and rust-lang#35520. I have squashed all changes into a single commit. Please review the changes.

E0248 Change in issue format

E0267 UT New Format

E0268 UT New Format

E0267 & E0268 New Error Format
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
…turner

E0248, E0267 & E0268 Change into issue format

r? @jonathandturner  Part of rust-lang#35391, rust-lang#35519 and rust-lang#35520. I have squashed all changes into a single commit. Please review the changes.

E0248 Change in issue format

E0267 UT New Format

E0268 UT New Format

E0267 & E0268 New Error Format
@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

3 participants