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