mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 20:15:27 +00:00
refactor(compiler/resolve): simplify some code Removes unnecessary allocate and double-sorting the same vector, makes the code a little nicer.