Conversation
Removed unnecessary mutex for cycle errors
|
r? @madsmtm rustbot has assigned @madsmtm. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r? @nnethercote |
|
Could you explain what this change is doing, conceptually? Right now there’s no way to know what’s going on, other than trying to reverse engineer the textual changes. |
I was going to ask the same thing. A good rule of thumb is "make life as easy as possible for your reviewer". A bit of context and explanation about the PR helps a lot. |
|
☔ The latest upstream changes (presumably #153812) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Passing the cycle via the latch seems a bit off to me. It does save a lock operation though. #t-compiler/parallel-rustc > Getting rid of the cycle detection thread would also get rid of the cycle passing if that lands. |
Removed unnecessary mutex for cycle errors.