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

E0527 needs to be updated to new format #36113

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

E0527 needs to be updated to new format #36113

sophiajt opened this issue Aug 29, 2016 · 0 comments

Comments

@sophiajt
Copy link
Contributor

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

E0527 needs a span_label, updating it from:

error[E0527]: pattern requires 2 elements but array has 4
  --> src/test/compile-fail/E0527.rs:16:10
   |
16 |         &[a, b] => { //~ ERROR E0527
   |          ^^^^^^

To:

error[E0527]: pattern requires 2 elements but array has 4
  --> src/test/compile-fail/E0527.rs:16:10
   |
16 |         &[a, b] => { //~ ERROR E0527
   |          ^^^^^^ expected 4 elements
Cobrand added a commit to Cobrand/rust that referenced this issue Sep 5, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Sep 6, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Sep 6, 2016
jakllsch pushed a commit to jakllsch/rust that referenced this issue Sep 8, 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