mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
17fb2f4b31
refactor(compiler/resolve): simplify some code Removes unnecessary allocate and double-sorting the same vector, makes the code a little nicer.