mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
d76cff3f06
Don't export them from cdylibs. There is no need to do so and it complicates exported_non_generic_symbols. In addition the GCC backend likely uses different symbols and may potentially not even need us to explicitly tell it to export the symbols it needs.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.