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.
25452545// E0471, // constant evaluation error (in pattern)
25462546// E0385, // {} in an aliasable location
25472547 E0521 , // borrowed data escapes outside of closure
2548- E0526 , // shuffle indices are not constant
2548+ // E0526, // shuffle indices are not constant
25492549 E0594 , // cannot assign to {}
25502550// E0598, // lifetime of {} is too short to guarantee its contents can be...
25512551 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] = &[
4040 "E0514" ,
4141 "E0519" ,
4242 "E0523" ,
43- "E0526" ,
4443 "E0554" ,
4544 "E0570" ,
4645 "E0629" ,
You can’t perform that action at this time.
0 commit comments