pub fn inlay_hints(
ast: &Ast,
interner: &ThreadedRodeo,
expr_types: &FxHashMap<Span, Type>,
type_pool: Option<&TypeInternPool>,
file_id: FileId,
) -> Vec<InlayHint>Expand description
Produce all inlay hints for a file. expr_types is the side-table
populated by Phase 4.