mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

stabilize combining +bundle and +whole-archive link modifiers Per discussion on https://github.com/rust-lang/rust/issues/108081 combining +bundle and +whole-archive already works and can be stabilized independently of other aspects of the packed_bundled_libs feature. There is no risk of regression because this was not previously allowed. r? `@petrochenkov`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.