-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Remove some reexports in rustc_middle
#70634
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@bors r+ rollup |
📌 Commit 316c240 has been approved by |
CI says I forgot to fix some full-deps tests, will r=you once I'm done. =P @bors r- |
...and done, @bors r=Mark-Simulacrum |
📌 Commit d796b7a has been approved by |
…ulacrum Remove some reexports in `rustc_middle` This will help get these imports out of the way of detecting the true dependencies in and out to `rustc_middle`, thereby helping future work towards rust-lang#65031.
Argh... another test... will r=you soon again, @bors r- |
This comment has been minimized.
This comment has been minimized.
d796b7a
to
0e47c44
Compare
@bors r=Mark-Simulacrum |
📌 Commit 0e47c44825da09cf061f86683a17fd410907d871 has been approved by |
Rollup of 6 pull requests Successful merges: - rust-lang#70511 (Add `-Z dump-mir-dataflow` flag for dumping dataflow results visualization) - rust-lang#70522 (Improve error messages for raw strings (rust-lang#60762)) - rust-lang#70547 (Add `can_unwind` field to `FnAbi`) - rust-lang#70591 (Ensure LLVM is in the link path for "fulldeps" tests) - rust-lang#70627 (Use place directly its copy) - rust-lang#70652 (Add git repo address to unstable book) Failed merges: - rust-lang#70634 (Remove some reexports in `rustc_middle`) r? @ghost
@bors r=Mark-Simulacrum |
📌 Commit 0826009 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#70281 (Implement Hash for Infallible) - rust-lang#70421 (parse: recover on `const fn()` / `async fn()`) - rust-lang#70615 (Renamed `PerDefTables` to `Tables`) - rust-lang#70631 (Update cargo) - rust-lang#70634 (Remove some reexports in `rustc_middle`) - rust-lang#70658 (add `STILL_FURTHER_SPECIALIZABLE` flag) - rust-lang#70678 (Add missing markdown rust annotation) - rust-lang#70681 (Handle unterminated raw strings with no #s properly) Failed merges: r? @ghost
…ulacrum Remove some reexports in `rustc_middle` This will help get these imports out of the way of detecting the true dependencies in and out to `rustc_middle`, thereby helping future work towards rust-lang#65031.
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Rustup to rust-lang/rust#70634 r? @Manishearth changelog: none
Changes: ```` Rustup to rust-lang#70634 Update clippy_lints/src/types.rs Update types.rs Update types.rs Improve docs for option_option useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T> Allow let_underscore Update option_option ui test Test for ignoring let_underscore_must_use Downgrade option_option to pedantic ```` Fixes rust-lang#70709
…mulacrum submodules: update clippy from 326b220 to 7907abe Changes: ```` Rustup to rust-lang#70634 Update clippy_lints/src/types.rs Update types.rs Update types.rs Improve docs for option_option useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T> Allow let_underscore Update option_option ui test Test for ignoring let_underscore_must_use Downgrade option_option to pedantic ```` Fixes rust-lang#70709
Changes: ```` Rustup to rust-lang/rust#70634 Update clippy_lints/src/types.rs Update types.rs Update types.rs Improve docs for option_option useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T> Allow let_underscore Update option_option ui test Test for ignoring let_underscore_must_use Downgrade option_option to pedantic ```` Fixes #70709
This will help get these imports out of the way of detecting the true dependencies in and out to
rustc_middle
, thereby helping future work towards #65031.