Crate rustc_hir_typeck

source ·

Modules

Macros

Structs

  • The FnCtxt stores type-checking context needed to type-check bodies of functions, closures, and consts, including performing type inference with InferCtxt.
  • When check_fn is invoked on a generator (i.e., a body that includes yield), it returns back some information about the yield points.
  • Closures defined within the function. For example:

Enums

Statics

  • Raw content of Fluent resource for this crate, generated by fluent_messages macro, imported by rustc_driver to include all crates’ resources in one bundle.

Functions