Fix unboxed closure ICE#20527
Conversation
|
This is blocking the removal of boxed closures. This needs to get in a snapshot to be able to remove them. |
|
(Please give high priority.) |
|
(@aturon you r+ed on the rust-lang repo instead of @nikomatsakis's fork, I put the r+ on the right place) |
|
@japaric This seems to be a github inconsistency, right? I don't think I'm varying the way I reach these commits... |
…aturon This fixes an ICE that japaric was encountering in the wf checker. r? @aturon
|
@aturon yes you have to check the URL bar to see if it says "rust-lang" or "nikomatsakis" -- as far as I know, it's random. |
Yes, I think so. It has also happened to me. Best to double check from now on... |
|
I've found that if you click a commit just after it was uploaded, you'll go to the rust-lang commit, but if you wait a bit it'll take you to the $user commit. yay github! |
…lver perf: Cache trait solving across queries in the same revision
This fixes an ICE that japaric was encountering in the wf checker.
r? @aturon