Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a968aaa

Browse files
rootroot
root
authored and
root
committedFeb 27, 2025
run the CI again
1 parent f82d4f9 commit a968aaa

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_query_system/src/query

1 file changed

+0
-1
lines changed
 

‎compiler/rustc_query_system/src/query/job.rs

-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ pub fn break_query_cycles(query_map: QueryMap, registry: &rayon_core::Registry)
492492
}
493493

494494
let mut wake = WAKELIST.lock();
495-
496495
// Check that a cycle was found. It is possible for a deadlock to occur without
497496
// a query cycle if a query which can be waited on uses Rayon to do multithreading
498497
// internally. Such a query (X) may be executing on 2 threads (A and B) and A may

0 commit comments

Comments
 (0)
Failed to load comments.