-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cc to 1.0.77 #106749
Update cc to 1.0.77 #106749
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors r+ rollup=iffy It would be good to add a test for this, I guess, so edited the description to avoid closing the issue for now (and labeled with E-needstest). |
📌 Commit 820ffc8c171579adfa71b1b109ba0b7ebfe69b38 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 820ffc8c171579adfa71b1b109ba0b7ebfe69b38 with merge 941edd44cb510f207525783147b643b8a4c80e32... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
I suspect the failure could be a side effect of rust-lang/cc-rs@0e51f6d . I'd suggest going with 1.0.77 for now, which only contains the wanted fix and the addition of the |
Fixes (without a test) rust-lang#98746.
@bors r+ |
Update cc to 1.0.77 Fixes (without a test) rust-lang#98746.
…mpiler-errors Rollup of 8 pull requests Successful merges: - rust-lang#103418 (Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report) - rust-lang#106113 (llvm-wrapper: adapt for LLVM API change) - rust-lang#106144 (Improve the documentation of `black_box`) - rust-lang#106578 (Label closure captures/generator locals that make opaque types recursive) - rust-lang#106749 (Update cc to 1.0.77) - rust-lang#106935 (Fix `SingleUseLifetime` ICE) - rust-lang#107015 (Re-enable building rust-analyzer on riscv64) - rust-lang#107029 (Add new bootstrap members to triagebot.toml) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
@glandium is there an issue for the 1.0.78 breakage? I'd guess this is essentially caused by mixing llvm and msvc tools somewhere along the line? |
I didn't open an issue because it's not clear what's fault it is, and it's also not a problem unless you actively change the rustc tree. I figured the next person who upgrades cc will end up figuring it out. |
Fixes (without a test) #98746.