rust/compiler/rustc_typeck
LingMan fde59a8cb7 Use Iterator::all instead of open-coding it
Shorter code and by initializing to the final value directly, the variable
doesn't need to be mut.
2021-02-12 14:02:35 +01:00
..

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