↓ 20 callersMethodwalk_block(
&mut self,
block: &Block<'a, 'bump>,
from_node: NodeIdx,
module_idx: usize,
codex-dependency-graph/src/dep_graph.rs:624
↓ 16 callersMethodcheck_binary_op(
&self,
left: &HirType<'a, 'bump>,
op: &Operator,
right: &HirType<'a, 'bump>,
sentinel-typechecker/src/type_checker.rs:1193
↓ 15 callersMethodwalk_expr(
&mut self,
expr: &Expr<'a, 'bump>,
from_node: NodeIdx,
module_idx: usize,
codex-dependency-graph/src/dep_graph.rs:770
↓ 13 callersMethodtypes_compatible(
&self,
expected: &HirType<'a, 'bump>,
found: &HirType<'a, 'bump>,
)
sentinel-typechecker/src/type_checker.rs:1387
↓ 6 callersMethodlower_module(
&mut self,
stmts: Vec<Stmt<'a, 'bump>, &GrowableBump<'bump>>,
module_idx: usize,
scribe-parser/src/hir_lowerer/module_lowering.rs:13