-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] Rollup backports #64438
[beta] Rollup backports #64438
Conversation
See rust-lang#58794 for context.
This reverts commit b4a6f59.
Use it for feature-gating `#[bench]`
In rust-lang#60981 we switched to using src/llvm-project/compiler-rt inside compiler-builtins rather than a separate copy of it. In order to have the "c" feature turn on in builds from the source tarball, we need to include that path in its creation. fixes rust-lang#64239
@bors r+ p=1 Not bumping priority up by too much intentionally, since we still have two weeks, but we should make sure this lands "soon". |
📌 Commit e086278 has been approved by |
Thanks for doing the legwork here! |
⌛ Testing commit e086278 with merge 4ff1b1d61a2dfd36b354aa3cc8ebdc93f4da7dfb... |
💔 Test failed - checks-azure |
It specifically failed in Linux x86_64-gnu-aux, but for some reason I can't get the logs. Maybe azure tripped up somehow? @bors retry |
[beta] Rollup backports Cherry-picked: - Permit unwinding through FFI by default #62603 - pprust: Do not print spaces before some tokens #63897 - Account for doc comments coming from proc macros without spans #63930 - Support "soft" feature-gating using a lint #64066 - Update xLTO compatibility table in rustc book. #64092 - Include compiler-rt in the source tarball #64240 - Update LLVM submodule #64317 r? @Mark-Simulacrum
☀️ Test successful - checks-azure |
Cherry-picked:
r? @Mark-Simulacrum