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/E0302.rs
E0302 needs a span_label, updating it from:
error[E0302]: cannot assign in a pattern guard --> src/test/compile-fail/E0302.rs:14:21 | 14 | option if { option = None; false } => { }, //~ ERROR E0302 | ^^^^^^^^^^^^^
To:
error[E0302]: cannot assign in a pattern guard --> src/test/compile-fail/E0302.rs:14:21 | 14 | option if { option = None; false } => { }, //~ ERROR E0302 | ^^^^^^^^^^^^^ assignment in pattern guard
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#35644 - garekkream:update-E0302-new-error-f…
4b13676
…ormat, r=jonathandturner Update E0302 to the new format Part of rust-lang#35233. Fixes rust-lang#35523. r? @jonathandturner
cd9918e
50aa568
No branches or pull requests
From: src/test/compile-fail/E0302.rs
E0302 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: