mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
aa223a0220
All of the other public items in `rustc_middle::query::plumbing` are re-exported from `query`, except for these two, for no particular reason that I can see. Re-exporting them allows `rustc_middle::query::plumbing` to have its visibility reduced to pub(crate). Imports within `rustc_middle` have also been updated to consistently use the re-exports in `crate::query`.