pub struct ReachingDefAnnotation(_);
Expand description
The annotation for reaching definitions. For each code position, we have a map of local indices to the set of definitions reaching the code position.
Trait Implementations§
source§impl Default for ReachingDefAnnotation
impl Default for ReachingDefAnnotation
source§fn default() -> ReachingDefAnnotation
fn default() -> ReachingDefAnnotation
Returns the “default value” for a type. Read more