We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaca17f commit 3fe71dfCopy full SHA for 3fe71df
src/shims/env.rs
@@ -28,7 +28,7 @@ impl<'tcx> EnvVars<'tcx> {
28
let target_os = ecx.tcx.sess.target.target.target_os.as_str();
29
if target_os == "windows" {
30
// Temporary hack: Exclude `TERM` var to avoid terminfo trying to open the termcap file.
31
- // Can be removed once Issue#1013(Implement file system access for Windows) is resolved.
+ // Can be removed once https://github.com/rust-lang/miri/issues/1013 is resolved.
32
excluded_env_vars.push("TERM".to_owned());
33
}
34
0 commit comments