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

E0424 needs to be updated to new format #35797

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

E0424 needs to be updated to new format #35797

sophiajt opened this issue Aug 18, 2016 · 0 comments

Comments

@sophiajt
Copy link
Contributor

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

E0424 needs a span_label, a note, and an updated title, changing it from:

error[E0424]: `self` is not available in a static method. Maybe a `self` argument is missing?
  --> src/test/compile-fail/E0424.rs:17:9
   |
17 |         self.bar(); //~ ERROR E0424
   |         ^^^^

To:

error[E0424]: `self` is not available in a static method
  --> src/test/compile-fail/E0424.rs:17:9
   |
17 |         self.bar(); //~ ERROR E0424
   |         ^^^^ not available in static method
   |
   = note: maybe a `self` argument is missing?
eddyb added a commit to eddyb/rust that referenced this issue Aug 22, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 22, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant