☰
Module fn_ctxt
Modules
Structs
?
Module
rustc_typeck
::
check
::
fn_ctxt
source
·
[
−
]
Re-exports
pub use
_impl
::*;
pub use
suggestions
::*;
Modules
_impl
🔒
arg_matrix
🔒
checks
🔒
suggestions
🔒
Structs
FnCtxt
The
FnCtxt
stores type-checking context needed to type-check bodies of functions, closures, and
const
s, including performing type inference with
InferCtxt
.