Support non-UTF-8 in environment variable dependency tracking #133699
Labels
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
ParseSess::env_depinfo
storesSymbol
instead ofOsStr
.While we're at it, might make sense to actually not store the environment variable value at all, and instead fetch it inside
write_out_deps
? (which assumes that the variable won't change during execution of the compiler, but it probably won't).See also #130883 (comment).
The text was updated successfully, but these errors were encountered: