-
Notifications
You must be signed in to change notification settings - Fork 13.4k
bootstrap: improve channel
handling
#139574
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
rustbot has assigned @albertlarsan68. Use |
This PR modifies If appropriate, please update This PR modifies If appropriate, please update |
f71219f
to
07c0fbc
Compare
Signed-off-by: onur-ozkan <work@onurozkan.dev>
534d915
to
9b70334
Compare
Signed-off-by: onur-ozkan <work@onurozkan.dev>
9b70334
to
b1053fd
Compare
r? @Kobzol That makes sense to me, although I still wonder if we should split the Feel free to r=me unless you want to make further changes. |
I don't think creating a separate config for CI or tarballs would make much of a difference since there aren't many options defined in the "dist" profile. Besides, I think it's really good to keep the "dist" profile widely battle-tested. @bors r+ rollup |
Rollup of 12 pull requests Successful merges: - rust-lang#137447 (add `core::intrinsics::simd::{simd_extract_dyn, simd_insert_dyn}`) - rust-lang#138182 (rustc_target: update x86_win64 to match the documented calling convention for f128) - rust-lang#138682 (Allow drivers to supply a list of extra symbols to intern) - rust-lang#138904 (Test linking and running `no_std` binaries) - rust-lang#138998 (Don't suggest the use of `impl Trait` in closure parameter) - rust-lang#139447 (doc changes: debug assertions -> overflow checks) - rust-lang#139469 (Introduce a `//@ needs-crate-type` compiletest directive) - rust-lang#139564 (Deeply normalize obligations in `BestObligation` folder) - rust-lang#139574 (bootstrap: improve `channel` handling) - rust-lang#139600 (Update `compiler-builtins` to 0.1.153) - rust-lang#139641 (Allow parenthesis around inferred array lengths) - rust-lang#139654 (Improve `AssocItem::descr`.) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#139574 - onur-ozkan:better-channel-handling, r=onur-ozkan bootstrap: improve `channel` handling Fixes rust-lang#139569 See [this comment](rust-lang#139574 (comment)) for the explanation of this bug.
…ozkan bootstrap: improve `channel` handling Fixes rust-lang/rust#139569 See [this comment](rust-lang/rust#139574 (comment)) for the explanation of this bug.
Fixes #139569
See this comment for the explanation of this bug.