pub fn contains_cycle(
    db: &dyn LoweringGroup,
    function_id: ConcreteFunctionWithBodyId,
    dependency_type: DependencyType
) -> Maybe<bool>
Expand description

Query implementation of LoweringGroup::contains_cycle.