mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
dedfb9c214
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.