rust/compiler
bors d0ccb5413e Auto merge of #122505 - oli-obk:visit_nested_body2, r=tmiasko
Don't walk the bodies of free constants for reachability.

follow-up to #122371

cc #119214

This avoids codegening items (e.g. functions) that are only used during const eval, but do not reach their final constant value (e.g. via function pointers).

r? `@tmiasko`
2024-06-06 01:33:14 +00:00
..
2024-06-03 10:02:08 -04:00
2024-06-04 16:55:55 +10:00
2024-05-21 17:00:45 -04:00
2024-06-04 10:13:38 +01:00