rust/compiler/rustc_typeck
Nicholas Nethercote 79db32b64e Pack Term in the same way as GenericArg.
This shrinks the `PredicateS` type, which is instanted frequently.
2022-09-05 15:08:52 +10:00
..

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