Files
rust/compiler/rustc_typeck
ThePuzzlemaker 33a28254f2 Clean up the fix a bit
Use register_predicate_obligations rather than a for loop, since I
didn't see that before. Also destructure in the `let` rather than
projecting the fields individually
2021-09-06 23:58:26 -05:00
..
2021-09-06 23:58:26 -05:00

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