pub fn in_cycle(
db: &dyn LoweringGroup,
function_id: FunctionWithBodyId,
dependency_type: DependencyType,
) -> Maybe<bool>
Expand description
Query implementation of LoweringGroup::in_cycle.
pub fn in_cycle(
db: &dyn LoweringGroup,
function_id: FunctionWithBodyId,
dependency_type: DependencyType,
) -> Maybe<bool>
Query implementation of LoweringGroup::in_cycle.