rust/compiler/rustc_hir_analysis
Matthias Krüger a2126e752f
Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-errors
Suggest unwrap_or_else when a closure is given

Fixes #102320

r? `@compiler-errors`
2022-10-04 06:14:10 +02:00
..
src Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-errors 2022-10-04 06:14:10 +02: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.