mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 21:56:09 +00:00
By making it own the index maps, instead of holding references to them. This requires moving the free function `find_candidate` into `Candidate::reset_and_find`. It lets the `'alloc` lifetime be removed everywhere that still has it.