mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
1ff682edcd
Use updated indexes to build reverse map for delegation generics Fixes rust-lang/rust#150673. This was a bug that built the `param_def_id_to_index` map with indexes before the new generics were renumbered. r? @petrochenkov