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:
Dylan MacKenzie 2019-10-30 08:28:11 -07:00
parent 122c6fedf4
commit 627e3ef739
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -40,7 +40,6 @@ const WHITELIST: &[&str] = &[
"E0514",
"E0519",
"E0523",
"E0526",
"E0554",
"E0570",
"E0629",