mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

refactor(compiler/resolve): simplify some code Removes unnecessary allocate and double-sorting the same vector, makes the code a little nicer.