mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-16 16:14:55 +00:00
Some tweaks to the parallel query cycle handler This renames `deadlock` to `break_query_cycles`. The abort logic is moved next to the thread spawning and gives the thread a name. Fixes https://github.com/rust-lang/rust/issues/122035. r? ```@oli-obk```