Update linux_musl base to dynamically link the crt by default by wesleywiser · Pull Request #133386 · rust-lang/rust (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: do we have any way to test (or rather, track) the "finalized" crt static default for each target (as in, after the base and overrides are merged together to produce the final value for a given target)? So that if anyone does modify the default and cause the "finalized" value to change, we do so intentionally with something like a test rebless or test modification?
I looked at --print=all-target-specs-json
locally, but AFAICT that omits this field if it's not overriden or something...