mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +00:00
We use more specific `mk_*` functions in most places, might as well use them as much as possible.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.