We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5518207 commit fd0bc0eCopy full SHA for fd0bc0e
src/librustc_jobserver/lib.rs
@@ -261,8 +261,6 @@ struct JobserverNotification {
261
jobserver_event: Event,
262
}
263
264
-// Unlike releasing tokens, there's not really a "one size fits all" approach, as we have two
265
-// primary ways of acquiring a token: via the helper thread, and via the acquire_thread function.
266
fn notify_acquiring_token() {
267
if should_notify() {
268
eprintln!("{}", as_json(&JobserverNotification { jobserver_event: Event::WillAcquire }));
0 commit comments