We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Handler
DiagCtxt
1 parent 89ab75e commit 576b921Copy full SHA for 576b921
src/concurrency_limiter.rs
@@ -46,7 +46,7 @@ impl ConcurrencyLimiter {
46
}
47
48
49
- pub(super) fn acquire(&mut self, handler: &rustc_errors::Handler) -> ConcurrencyLimiterToken {
+ pub(super) fn acquire(&mut self, handler: &rustc_errors::DiagCtxt) -> ConcurrencyLimiterToken {
50
let mut state = self.state.lock().unwrap();
51
loop {
52
state.assert_invariants();
0 commit comments