mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 06:08:22 +00:00
- Derive TypeFoldable on `hir::place::Place` and associated structs, to them to be written into typeck results. Co-authored-by: Jennifer Wills <wills.jenniferg@gmail.com> Co-authored-by: Logan Mosier <logmosier@gmail.com>
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.