Constant rustc_data_structures::sync::worker_local::REGISTRY
source ยท const REGISTRY: LocalKey<OnceCell<Registry>>;
Expand description
The registry associated with the thread.
This allows the WorkerLocal
type to clone the registry in its constructor.