We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
E0526
1 parent 122c6fe commit 627e3efCopy full SHA for 627e3ef
src/librustc_mir/error_codes.rs
@@ -2545,7 +2545,7 @@ There are some known bugs that trigger this message.
2545
// E0471, // constant evaluation error (in pattern)
2546
// E0385, // {} in an aliasable location
2547
E0521, // borrowed data escapes outside of closure
2548
- E0526, // shuffle indices are not constant
+// E0526, // shuffle indices are not constant
2549
E0594, // cannot assign to {}
2550
// E0598, // lifetime of {} is too short to guarantee its contents can be...
2551
E0625, // thread-local statics cannot be accessed at compile-time
src/tools/tidy/src/error_codes_check.rs
@@ -40,7 +40,6 @@ const WHITELIST: &[&str] = &[
40
"E0514",
41
"E0519",
42
"E0523",
43
- "E0526",
44
"E0554",
45
"E0570",
46
"E0629",
0 commit comments