mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 01:37:45 +00:00
This emits the same attributes we place on allocator declarations (and allocator definitions using `#[global_allocator]`) on the definitions in the allocator shim as well, making sure that the attributes are not lost if the allocator shim participates in LTO.