Skip to content

Commit

Permalink
run the CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Feb 27, 2025
1 parent f82d4f9 commit a968aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_query_system/src/query/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ pub fn break_query_cycles(query_map: QueryMap, registry: &rayon_core::Registry)
}

let mut wake = WAKELIST.lock();

// Check that a cycle was found. It is possible for a deadlock to occur without
// a query cycle if a query which can be waited on uses Rayon to do multithreading
// internally. Such a query (X) may be executing on 2 threads (A and B) and A may
Expand Down

0 comments on commit a968aaa

Please sign in to comment.