Module rustc_type_ir::search_graph

source ยท

Modulesยง

Structsยง

Enumsยง

  • In the initial iteration of a cycle, we do not yet have a provisional result. In the case we return an initial provisional result depending on the kind of cycle.
  • StepResult ๐Ÿ”’

Traitsยง

  • The search graph does not simply use Interner directly to enable its fuzzing without having to stub the rest of the interner. We donโ€™t make this a super trait of Interner as users of the shared type library shouldnโ€™t have to care about Input and Result as they are implementation details of the search graph.