We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Updated E0527 to new error format
e8c5dc4
* Closes rust-lang#36113
Rollup merge of rust-lang#36121 - Cobrand:master, r=jonathandturner
a4a9f04
Updated E0527 to new error format * Closes rust-lang#36113
613f350
e297be3
No branches or pull requests
From: src/test/compile-fail/E0527.rs
E0527 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: