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

E0254 needs to be updated to new format #35513

Closed
sophiajt opened this issue Aug 8, 2016 · 2 comments
Closed

E0254 needs to be updated to new format #35513

sophiajt opened this issue Aug 8, 2016 · 2 comments
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/E0254.rs

E0254 needs a span_label, updating it from:

error[E0254]: an extern crate named `collections` has already been imported in this module
  --> src/test/compile-fail/E0254.rs:19:5
   |
11 | extern crate collections;
   | ------------------------- previous import of `collections` here
...
19 | use foo::collections; //~ ERROR E0254
   |     ^^^^^^^^^^^^^^^^

To:

error[E0254]: an extern crate named `collections` has already been imported in this module
  --> src/test/compile-fail/E0254.rs:19:5
   |
11 | extern crate collections;
   | ------------------------- previous import of `collections` here
...
19 | use foo::collections; //~ ERROR E0254
   |     ^^^^^^^^^^^^^^^^ already imported
@creativcoder
Copy link
Contributor

I'd like to work on this.

@sophiajt
Copy link
Contributor Author

sophiajt commented Aug 9, 2016

@creativcoder - Looks like @lukehinds has already taken this one. There are some other free ones on the list if you're interested.

This was referenced Aug 10, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 13, 2016
…ts, r=jonathandturner

Add label to E0254

This issue rust-lang#35513 is a part of rust-lang#35233.
r? @jonathandturner
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
…ts, r=jonathandturner

Add label to E0254

This issue rust-lang#35513 is a part of rust-lang#35233.
r? @jonathandturner
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
…ts, r=jonathandturner

Add label to E0254

This issue rust-lang#35513 is a part of 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

3 participants