rust/compiler/rustc_typeck
Yuki Okushi 3f462c22b5
Rollup merge of #78235 - Aaron1011:closure-ret-infer, r=varkor
Explain where the closure return type was inferred

Fixes #78193
2020-10-23 18:26:39 +09:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.