rust/compiler/rustc_typeck
Camille GILLOT 74fb87e3a0 Stop sorting bodies by span.
The definition order is already close to the span order, and only differs
in corner cases.
2021-09-01 20:13:16 +02:00
..
2021-09-01 20:13:16 +02:00

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