rust/compiler/rustc_typeck
bors 080d30235f Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebank
fix incomplete diagnostic notes when closure returns conflicting for genric type

fixes #84128
Correctly report the span on for conflicting return type in closures
2021-04-17 07:17:31 +00:00
..
src Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebank 2021-04-17 07:17:31 +00:00
Cargo.toml
README.md

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