-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
-Ctarget-features get ignored after crt-static #144203
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since #140920, any target-features set after
crt-staticare silently completely ignored by rustc.I noticed this while trying to run the testsuite with
crt-static = falseinbootstrap.toml, which then resulted in a bunch of ABI and target-feature tests failing in very odd ways. Related Zulip thread.This will be fixed by #144143.