Module rustc_infer::infer::relate

source ·
Expand description

This module contains the definitions of most TypeRelations in the type system (except for some relations used for diagnostics and heuristics in the compiler).

Modules§

Enums§

  • Whether aliases should be related structurally or not. Used to adjust the behavior of generalization and combine.