Files
rust/compiler/rustc_hir_analysis
Jonathan Brouwer 9330931a2b Rollup merge of #152596 - estebank:multipart_suggestions, r=petrochenkov
Make all multipart suggestions verbose

The ShowAlways style of suggestions is usually easier to understand than the inline style.
2026-02-19 10:56:37 +01:00
..

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