rust/compiler/rustc_hir_analysis
Matthias Krüger 8e14ab7e59
Rollup merge of #148170 - lcnr:opaques-early-binder, r=BoxyUwU
split definition and use site hidden tys

Tracking this implicitly is kinda messy and easy to get wrong.

r? ``@BoxyUwU``
2025-11-02 09:10:36 +01:00
..

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