Expand description
This crates defines the type inference engine.
- Type inference. The type inference code can be found in the 
infermodule; this code handles low-level equality and subtyping operations. The type check pass in the compiler is found in therustc_hir_analysiscrate. 
For more information about how rustc works, see the rustc dev guide.
§Note
This API is completely unstable and subject to change.
Modules§
- errors 🔒
 - infer
 - traits
 - Trait Resolution. See the rustc-dev-guide for more information on how this works.
 
Statics§
- DEFAULT_
LOCALE_ RESOURCE  - Raw content of Fluent resource for this crate, generated by 
fluent_messagesmacro, imported byrustc_driverto include all crates’ resources in one bundle.