Module rustc_hir_typeck::check

source ยท

Functionsยง

  • check_fn ๐Ÿ”’
    Helper used for fns and closures. Does the grungy work of checking a function body and returns the function context used for that purpose, since in the case of a fn item there is still a bit more to do.