Files
rust/compiler/rustc_query_system/src/query
nils c31f75209f Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper
Use Rayon's TLV directly

This accesses Rayon's `TLV` thread local directly avoiding wrapper functions. This makes rustc work with https://github.com/rust-lang/rustc-rayon/pull/10.

r? `@cuviper`
2023-03-28 12:51:12 +02:00
..
2023-03-27 20:47:15 +00:00

For more information about how the query system works, see the rustc dev guide.