rust/compiler/rustc_hir_analysis
Michael Goulet 0e84d42a9e
Rollup merge of #115077 - estebank:issue-115019, r=compiler-errors
Do not emit invalid suggestion in E0191 when spans overlap

Fix #115019.
2023-08-22 09:00:49 -07:00
..

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