Skip to content

Commit

Permalink
Auto merge of #122505 - oli-obk:visit_nested_body2, r=tmiasko
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Jun 6, 2024
2 parents b3b3207 + e69aeae commit 6375c90
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6375c90

Please sign in to comment.