mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-17 01:38:05 +00:00

Wrap bundled static libraries into object files Fixes #103044 (not sure, couldn't test locally) Bundled static libraries should be wrapped into object files as it's done for metadata file. r? `@petrochenkov`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.