Expand description
Inlay hints (ADR-0091 Phase 6).
- After each
letbinding without an explicit type annotation, show the inferred type (: i32). - After each unnamed call argument, show the parameter name (
x: 42).
Structs§
Enums§
Functions§
- inlay_
hints - Produce all inlay hints for a file.
expr_typesis the side-table populated by Phase 4.