rust/compiler/rustc_typeck
Matthew Jasper bc08b791bc Fix bugs in evaluating WellFormed predicates
- List the nestsed obligations in an order that works with the
  single pass used by evaluation
- Propagate recursion depth correctly
2020-10-06 11:19:31 +01:00
..

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