mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
8dfc5edc38
Overhaul `Erasable` impls This PR removes many unused `Erasable` impls, converts many of the hand-written impls to macro-generated impls, and sorts the macro's inputs. This cuts over 200 lines of code and fixes three FIXME comments. r? @petrochenkov
For more information about how rustc works, see the rustc dev guide.