rust/compiler/rustc_hir_analysis
Matthias Krüger fa52edaa51
Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper
replace `track_errors` usages with bubbling up `ErrorGuaranteed`

more of the same as https://github.com/rust-lang/rust/pull/117449 (removing `track_errors`)
2024-01-18 20:56:20 +01:00
..
2024-01-12 14:11:16 +03:00

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