mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
862bba6093
Remove `IdFunctor` trait. It's defined in `rustc_data_structures` but is only used in `rustc_type_ir`. The code is shorter and easier to read if we remove this layer of abstraction and just do the things directly where they are needed. r? `@BoxyUwU`