mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 01:27:03 +00:00
Replace `mir_built` query with a hook and use mir_const everywhere instead A small perf improvement due to less dep graph handling. Mostly just a cleanup to get rid of one of our many mir queries
For more information about how rustc works, see the rustc dev guide.