Skip to content

E0422 needs to be updated to new format #35700

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 15, 2016 · 0 comments
Closed

E0422 needs to be updated to new format #35700

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

Comments

@sophiajt
Copy link
Contributor

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

E0422 needs a span_label, updating it from:

error[E0422]: `Foo` does not name a structure
  --> src/test/compile-fail/E0422.rs:12:13
   |
12 |     let x = Foo { x: 1, y: 2 }; //~ ERROR E0422
   |             ^^^

To:

error[E0422]: `Foo` does not name a structure
  --> src/test/compile-fail/E0422.rs:12:13
   |
12 |     let x = Foo { x: 1, y: 2 }; //~ ERROR E0422
   |             ^^^ not a structure
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 17, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 17, 2016
@bstrie bstrie added the A-diagnostics Area: Messages for errors, warnings, and lints label Aug 24, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints
Projects
None yet
Development

No branches or pull requests

2 participants