Module rustc_middle::query::plumbing
source · Modules§
- sealed 🔒
Macros§
- If
separate_provide_if_extern
, then the key can be projected to its local key via<$K as AsLocalKey>::LocalKey
.
Structs§
- A value uniquely identifying an active query job.
Traits§
- An analogue of the
Into
trait that’s intended only for query parameters.