-
Notifications
You must be signed in to change notification settings - Fork 13.4k
linker: Never pass -no-pie
to non-gnu linkers
#73384
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
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
Why does this need beta backporting ? Isn’t #73370 a nightly regression? Am I missing something? |
@LeSeulArtichaut The change that was blamed (#71769) was merged before the current beta branched, so we should expect that beta is affected too. |
@bors r+ |
📌 Commit e8cf572 has been approved by |
This one is beta nominated to bumping the priority ... @bors p=1 |
☀️ Test successful - checks-azure |
Discussed at T-compiler meeting; beta backport approved. |
…ulacrum [beta] backports This PR backports the following: * Make novel structural match violations not a `bug` rust-lang#73446 * linker: Never pass `-no-pie` to non-gnu linkers rust-lang#73384 * Disable the `SimplifyArmIdentity` pass rust-lang#73262 * Allow inference regions when relating consts rust-lang#73225 * Fix link error with #[thread_local] introduced by rust-lang#71192 rust-lang#73065 * Ensure stack when building MIR for matches rust-lang#72941 * Don't create impl candidates when obligation contains errors rust-lang#73005 r? @ghost
Fixes #73370