mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 02:57:10 +00:00
split definition and use site hidden tys Tracking this implicitly is kinda messy and easy to get wrong. r? ``@BoxyUwU``
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.