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.
pub fn validate_recursion(
analysis: &DependencyAnalysis,
ast_map: &IndexMap<SourceId, Root>,
symbol_table: &SymbolTable,
diag: &mut Diagnostics,
)Validate recursion using the pre-computed dependency analysis.