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

E0458 needs to be updated to new format #35932

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

E0458 needs to be updated to new format #35932

sophiajt opened this issue Aug 23, 2016 · 0 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@sophiajt
Copy link
Contributor

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

E0458 needs a span_label, updating it from:

error[E0458]: unknown kind: `wonderful_unicorn`
  --> src/test/compile-fail/E0458.rs:11:1
   |
11 | #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

To:

error[E0458]: unknown kind: `wonderful_unicorn`
  --> src/test/compile-fail/E0458.rs:11:1
   |
11 | #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown kind
@bstrie bstrie added the A-diagnostics Area: Messages for errors, warnings, and lints label Aug 24, 2016
@brson brson added the E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. label Aug 26, 2016
Manishearth added a commit to Manishearth/rust that referenced this issue Sep 4, 2016
Manishearth added a commit to Manishearth/rust that referenced this issue Sep 4, 2016
@bors bors closed this as completed in 0412fa8 Sep 4, 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 E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

3 participants