rust/compiler/rustc_typeck
bors 52c881ff52 Auto merge of #87661 - FabianWolff:issue-87461, r=estebank
Improve error reporting for closure return type mismatches

Fixes #87461.
2021-08-23 14:41:14 +00:00
..

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