Remove references to now unused E0526
It remains as a comment in `error_codes.rs` for consistency with other unused errors.
This commit is contained in:
parent
122c6fedf4
commit
627e3ef739
2 changed files with 1 additions and 2 deletions
|
|
@ -2545,7 +2545,7 @@ There are some known bugs that trigger this message.
|
|||
// E0471, // constant evaluation error (in pattern)
|
||||
// E0385, // {} in an aliasable location
|
||||
E0521, // borrowed data escapes outside of closure
|
||||
E0526, // shuffle indices are not constant
|
||||
// E0526, // shuffle indices are not constant
|
||||
E0594, // cannot assign to {}
|
||||
// E0598, // lifetime of {} is too short to guarantee its contents can be...
|
||||
E0625, // thread-local statics cannot be accessed at compile-time
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ const WHITELIST: &[&str] = &[
|
|||
"E0514",
|
||||
"E0519",
|
||||
"E0523",
|
||||
"E0526",
|
||||
"E0554",
|
||||
"E0570",
|
||||
"E0629",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue