mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
664d742933
The current behaviour introduced by commit
a50a3b8e31 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 flag.
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.