rust/compiler/rustc_typeck
Oli Scherer bc552fc417 Move instantiate_opaque_types to rustc_infer.
It does not depend on anything from rustc_trait_selection anymore.
2021-10-28 14:12:24 +00:00
..
src Move instantiate_opaque_types to rustc_infer. 2021-10-28 14:12:24 +00:00
Cargo.toml
README.md

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