Files
rust/compiler
Matthias Krüger a5875c18fe Rollup merge of #142882 - kornelski:var-debug-info-lazy, r=petrochenkov
Lazy init diagnostics-only local_names in borrowck

`local_names` is not used during successful compilation, so not initializing it saves a little bit of work.

I've also made it accessible only from the diagnostics module to make it clearer that the names are from `var_debug_info` which is technically optional and could be absent.
2025-06-24 20:46:05 +02:00
..
2025-06-21 11:11:34 -07:00
2025-06-23 12:20:02 +02:00
2025-05-12 15:33:37 +02:00
2025-06-03 14:23:56 +02:00