validate_recursion

Function validate_recursion 

Source
pub fn validate_recursion(
    analysis: &DependencyAnalysis,
    ast_map: &IndexMap<SourceId, Root>,
    symbol_table: &SymbolTable,
    diag: &mut Diagnostics,
)
Expand description

Validate recursion using the pre-computed dependency analysis.