You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#135501 - tgross35:stdlib-dependencies-private, r=<try>
Resolve `compiler_builtins` not being treated as private; clean up rust-lang#135278
Follow up of rust-lang#135278
Do the following (one per commit):
* Do not make dependencies of `std` private by default
* Update remaining sysroot crates to use `public-dependencies`
* Force `compiler_builtins` to be private, since it is an injected `extern crate`
* Ensure that marking a dependency private makes its dependents private by default as well
* Do the `compiler_builtins` update that has been blocked on this
Based on top of rust-lang#136226 so there are a few preceding commits.
try-job: test-various
try-job: x86_64-msvc-1
0 commit comments