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

E0392 needs to be updated to new format #35631

Closed
sophiajt opened this issue Aug 13, 2016 · 2 comments
Closed

E0392 needs to be updated to new format #35631

sophiajt opened this issue Aug 13, 2016 · 2 comments

Comments

@sophiajt
Copy link
Contributor

sophiajt commented Aug 13, 2016

From:

E0392 needs a span_label, updating it from:

error[E0392]: parameter `T` is never used
  --> src/test/compile-fail/E0392.rs:11:10
   |
11 | enum Foo<T> { Bar } //~ ERROR E0392
   |          ^
   |
   = help: consider removing `T` or using a marker such as `std::marker::PhantomData`

To:

error[E0392]: parameter `T` is never used
  --> src/test/compile-fail/E0392.rs:11:10
   |
11 | enum Foo<T> { Bar } //~ ERROR E0392
   |          ^ unused type parameter
   |
   = help: consider removing `T` or using a marker such as `std::marker::PhantomData`
@faebser
Copy link
Contributor

faebser commented Aug 14, 2016

I'm going to work on this

sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 15, 2016
@faebser
Copy link
Contributor

faebser commented Aug 16, 2016

ah okay, my error. @canaltinova is already working on this.

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
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

2 participants