rustc_query_system::dep_graph::serialized

Constant DEP_NODE_PAD

Source
const DEP_NODE_PAD: usize = _; // 3usize
Expand description

Amount of padding we need to add to the edge list data so that we can retrieve every SerializedDepNodeIndex with a fixed-size read then mask.