rust/compiler/rustc_codegen_ssa
bjorn3 319fe230f0 Special case allocator module submission to avoid special casing it elsewhere
A lot of places had special handling just in case they would get an
allocator module even though most of these places could never get one or
would have a trivial implementation for the allocator module. Moving all
handling of the allocator module to a single place simplifies things a
fair bit.
2025-09-04 08:21:10 +00:00
..
2025-09-03 15:24:49 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.