Skip to content

E0428 needs to be updated to new format #35798

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

E0428 needs to be updated to new format #35798

sophiajt opened this issue Aug 18, 2016 · 1 comment

Comments

@sophiajt
Copy link
Contributor

sophiajt commented Aug 18, 2016

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

E0428 needs a span_label, updating it from:

error[E0428]: a type named `Bar` has already been defined in this module
  --> src/test/compile-fail/E0428.rs:12:1
   |
11 | struct Bar;
   | ----------- previous definition of `Bar` here
12 | struct Bar; //~ ERROR E0428
   | ^^^^^^^^^^^

To:

error[E0428]: a type named `Bar` has already been defined in this module
  --> src/test/compile-fail/E0428.rs:12:1
   |
11 | struct Bar;
   | ----------- previous definition of `Bar` here
12 | struct Bar; //~ ERROR E0428
   | ^^^^^^^^^^^ already defined
@sophiajt sophiajt changed the title E0425 needs to be updated to new format E0428 needs to be updated to new format Aug 18, 2016
@trixnz
Copy link
Contributor

trixnz commented Aug 19, 2016

Taking care of this one.

sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 19, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 20, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants