mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 18:39:01 +00:00
Remove redundant flags from `lower_ty_common` that can be inferred from the HIR ...and then get rid of `lower_ty_common`. r? ``@fmease`` or re-roll if you're busy!
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.