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

E0529 needs to be updated to new format #36195

Closed
sophiajt opened this issue Sep 1, 2016 · 0 comments
Closed

E0529 needs to be updated to new format #36195

sophiajt opened this issue Sep 1, 2016 · 0 comments

Comments

@sophiajt
Copy link
Contributor

sophiajt commented Sep 1, 2016

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

E0529 needs a span_label, updating it from:

error[E0529]: expected an array or slice, found `f32`
  --> src/test/compile-fail/E0529.rs:16:9
   |
16 |         [a, b] => { //~ ERROR E0529
   |         ^^^^^^

To:

error[E0529]: expected an array or slice, found `f32`
  --> src/test/compile-fail/E0529.rs:16:9
   |
16 |         [a, b] => { //~ ERROR E0529
   |         ^^^^^^ pattern cannot match `f32` type
``
sophiajt pushed a commit to sophiajt/rust that referenced this issue Sep 2, 2016
…rner

Fixed E0529's label and unit test

Fixes rust-lang#36195 part of rust-lang#35233.

This is ready for review, but will likely fail Travis due to rust-lang#36138. I changed the wording of the label, so feedback on that would be appreciated.

r? @jonathandturner
sophiajt pushed a commit to sophiajt/rust that referenced this issue Sep 2, 2016
…rner

Fixed E0529's label and unit test

Fixes rust-lang#36195 part of rust-lang#35233.

This is ready for review, but will likely fail Travis due to rust-lang#36138. I changed the wording of the label, so feedback on that would be appreciated.

r? @jonathandturner
sophiajt pushed a commit to sophiajt/rust that referenced this issue Sep 2, 2016
…rner

Fixed E0529's label and unit test

Fixes rust-lang#36195 part of rust-lang#35233.

This is ready for review, but will likely fail Travis due to rust-lang#36138. I changed the wording of the label, so feedback on that would be appreciated.

r? @jonathandturner
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