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

E0459 needs to be updated to new format #35933

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

E0459 needs to be updated to new format #35933

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/E0459.rs

E0459 needs a span_label, updating it from:

error[E0459]: #[link(...)] specified without `name = "foo"`
  --> src/test/compile-fail/E0459.rs:11:1
   |
11 | #[link(kind = "dylib")] extern {} //~ ERROR E0459
   | ^^^^^^^^^^^^^^^^^^^^^^^

To:

error[E0459]: #[link(...)] specified without `name = "foo"`
  --> src/test/compile-fail/E0459.rs:11:1
   |
11 | #[link(kind = "dylib")] extern {} //~ ERROR E0459
   | ^^^^^^^^^^^^^^^^^^^^^^^ missing `name` argument
@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
gavinb added a commit to gavinb/rust that referenced this issue Aug 29, 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
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