mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
55562c7ddc
Elaborate all box dereferences in `ElaborateBoxDerefs` so that it is the only pass responsible for elaboration, instead of splitting this responsibility between the `StateTransform` and `ElaborateBoxDerefs`.
For more information about how rustc works, see the rustc dev guide.