-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
backport llvm fix for issue 91671. #93426
Conversation
r? @cuviper (rust-highfive has picked a reviewer for you, use r? to override) |
|
huh, I must not have done this right, if its saying there's conflicting files... Update: okay, hopefully fixed now. (I did the submodule update on an out-of-date main, I think, so the submodule history was busted) |
999e198
to
18760ba
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors r+ rollup=never |
📌 Commit 18760ba has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (e0a55f4): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Beta backport discussed but left undecided as per compiler team on Zulip but stable backport declined (see discussion) @rustbot label -stable-nominated |
…ulacrum [beta] backports This backports: * Complete removal of #[main] attribute from compiler rust-lang#93753 * Resolve lifetimes for const generic defaults rust-lang#93669 * backport llvm fix for issue 91671. rust-lang#93426 * Fix invalid special casing of the unreachable! macro rust-lang#93179 * Fix hashing for windows paths containing a CurDir component rust-lang#93697 r? `@Mark-Simulacrum`
fix #91671