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