mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-24 14:32:21 +03:00
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:
@@ -2545,7 +2545,7 @@ const fn foo() -> impl T {
|
||||
// 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 @@
|
||||
"E0514",
|
||||
"E0519",
|
||||
"E0523",
|
||||
"E0526",
|
||||
"E0554",
|
||||
"E0570",
|
||||
"E0629",
|
||||
|
||||
Reference in New Issue
Block a user