Files
rust/compiler/rustc_middle
bors 0727994435 Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514
Replace some uses of vec.drain(..) with vec.into_iter()

IntoIter should optimize better than Drain
2021-11-06 20:14:37 +00:00
..
2020-08-30 18:45:07 +03:00
2021-10-09 11:56:29 +02:00
2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.