Module rustc_hir_typeck::fn_ctxt
source · Re-exports
pub use _impl::*;pub use suggestions::*;
Modules
Structs
- The
FnCtxtstores type-checking context needed to type-check bodies of functions, closures, andconsts, including performing type inference withInferCtxt. - Represents a user-provided type in the raw form (never normalized).