rust/compiler/rustc_typeck
Joshua Nelson a8ff647deb Separate out a hir::Impl struct
This makes it possible to pass the `Impl` directly to functions, instead
of having to pass each of the many fields one at a time. It also
simplifies matches in many cases.
2021-01-12 20:32:33 -05:00
..
2021-01-12 20:32:33 -05:00

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