rust/compiler/rustc_typeck
Matthias Krüger e5356712b9
Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot
Use more `into_iter` rather than `drain(..)`

Clearer semantic.
2022-08-31 21:30:13 +02:00
..

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