rust/compiler/rustc_middle
Mads Marquart 17db054141 Add TyCtx::env_var_os
Along with `TyCtx::env_var` helper. These can be used to track
environment variable accesses in the query system.

Since `TyCtx::env_var_os` uses `OsStr`, this commit also adds the
necessary trait implementations for that to work.
2025-03-26 15:46:05 +01:00
..
2025-03-26 15:46:05 +01:00
2025-02-18 13:22:45 +01:00

For more information about how rustc works, see the rustc dev guide.