Open
Description
ParseSess::env_depinfo
stores Symbol
instead of OsStr
.
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).