1
Fork 0
rust/compiler/rustc_hir_analysis
Cameron Steffen 4a68373217 Introduce TypeErrCtxt
TypeErrCtxt optionally has a TypeckResults so that InferCtxt doesn't
need to.
2022-10-07 07:06:16 -05:00
..
src Introduce TypeErrCtxt 2022-10-07 07:06:16 -05: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.