rust/compiler/rustc_typeck
Aaron Hill 93aa89023f
Extend HIR-based WF checking to associated type defaults
Previously, we would only look at associated types in `impl` blocks.
2021-07-18 10:36:54 -05:00
..

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