mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
7c085ac05d
Move `maybe_loop_headers` out of `rustc_middle`. `rustc_middle` is enormous and it's always good to move things out of it where possible. `maybe_loop_headers` is easy to move because it has a single use in `jump_threading.rs`. r? @WaffleLapkin
For more information about how rustc works, see the rustc dev guide.