File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2545,7 +2545,7 @@ There are some known bugs that trigger this message.
2545
2545
// E0471, // constant evaluation error (in pattern)
2546
2546
// E0385, // {} in an aliasable location
2547
2547
E0521 , // borrowed data escapes outside of closure
2548
- E0526 , // shuffle indices are not constant
2548
+ // E0526, // shuffle indices are not constant
2549
2549
E0594 , // cannot assign to {}
2550
2550
// E0598, // lifetime of {} is too short to guarantee its contents can be...
2551
2551
E0625 , // thread-local statics cannot be accessed at compile-time
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ const WHITELIST: &[&str] = &[
40
40
"E0514" ,
41
41
"E0519" ,
42
42
"E0523" ,
43
- "E0526" ,
44
43
"E0554" ,
45
44
"E0570" ,
46
45
"E0629" ,
You can’t perform that action at this time.
0 commit comments