rust/compiler/rustc_data_structures
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
..
src Add TyCtx::env_var_os 2025-03-26 15:46:05 +01:00
Cargo.toml Use hashbrown from crates.io 2025-03-21 07:54:35 +01:00