Module rustc_middle::ty::inhabitedness::def_id_forest
source · [−]Enums
Represents a forest of
DefId
s closed under the ancestor relation. That is,
if a DefId
representing a module is contained in the forest then all
DefId
s defined in that module or submodules are also implicitly contained
in the forest.Functions
Tests whether a slice of roots contains a given DefId.