diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-20 15:34:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-20 15:34:07 +0200 |
| commit | 1e6ef245cd56d0f787e61d7f5df077a3b82b0c86 (patch) | |
| tree | 4d5c0b4a6ad267b8f784cd5a9844917647daeae4 /compiler/rustc_const_eval/src | |
| parent | 2abca9c43f1d4dcbc70760800cdb372fc5ce0f11 (diff) | |
| parent | 1b35d5f89c4e3c605cd455a28f00aad24de0a662 (diff) | |
| download | rust-1e6ef245cd56d0f787e61d7f5df077a3b82b0c86.tar.gz rust-1e6ef245cd56d0f787e61d7f5df077a3b82b0c86.zip | |
Rollup merge of #144143 - Gelbpunkt:target-features-crt-static, r=RalfJung
Fix `-Ctarget-feature`s getting ignored after `crt-static` The current behaviour introduced by commit a50a3b8e318594c41783294e440d864763e412ef would discard any target features specified after `crt-static` (the only member of `RUSTC_SPECIFIC_FEATURES`). This is because it returned instead of continuing processing the next feature. I wasn't entirely sure how the regression test should look like, but this one should do. If anyone has some suggestions, I'm happy to learn, it's my first test :) I've confirmed that the test fails without the fix on `powerpc64le-unknown-linux-musl` and `x86_64-unknown-linux-gnu`. cc ``@RalfJung``
Diffstat (limited to 'compiler/rustc_const_eval/src')
0 files changed, 0 insertions, 0 deletions
