Module rustc_hir_typeck::fn_ctxt
source · Modules§
- _impl 🔒
- checks 🔒
- A utility module to inspect currently ambiguous obligations in the current context.
Structs§
- FnCtxt 🔒The
FnCtxtstores type-checking context needed to type-check bodies of functions, closures, andconsts, including performing type inference withInferCtxt. - The
tyrepresentation of a user-provided type. Depending on the use-site we want to either use the unnormalized or the normalized form of this type.