rust/compiler/rustc_monomorphize/src
bors 364da5d88d Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr
rename erase_regions to erase_and_anonymize_regions

I find it consistently confusing that `erase_regions` does more than replacing regions with `'erased`. it also makes some code look real goofy to be writing manual folders to erase regions with a comment saying "we cant use erase regions" :> or code that re-calls erase_regions on types with regions already erased just to anonymize all the bound regions.

r? lcnr

idk how i feel about the name being almost twice as long now
2025-09-09 15:04:44 +00:00
..
collector Complete functionality and general cleanup 2025-08-14 16:30:15 +00:00
mono_checks fixup limit handling code 2025-09-08 15:07:12 -07:00
collector.rs Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr 2025-09-09 15:04:44 +00:00
errors.rs Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
lib.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
partitioning.rs Complete functionality and general cleanup 2025-08-14 16:30:15 +00:00
util.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00