rust/compiler/rustc_trait_selection
Scott McMurray d74b8e0505 Replace some once(x).chain(once(y)) with [x, y] IntoIter
Now that we have by-value array iterators...
2020-10-03 16:51:43 -07:00
..
src Replace some once(x).chain(once(y)) with [x, y] IntoIter 2020-10-03 16:51:43 -07:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00