• A
    rustc: Clean up allocator injection logic · d3939322
    Alex Crichton 提交于
    This commit cleans up allocator injection logic found in the compiler
    around selecting the global allocator. It turns out that now that
    jemalloc is gone the compiler never actually injects anything! This
    means that basically everything around loading crates here and there can
    be easily pruned.
    
    This also removes the `exe_allocation_crate` option from custom target
    specs as it's no longer used by the compiler anywhere.
    d3939322
aarch64_unknown_linux_gnu.rs 1.3 KB