Skip to content
Prev Previous commit
Next Next commit
Modify reference to issue 1013
Co-Authored-By: Ralf Jung <[email protected]>
  • Loading branch information
JOE1994 and RalfJung authored Mar 27, 2020
commit 3fe71dff5a58efaabd1686e2a25c09adb8d74092
2 changes: 1 addition & 1 deletion src/shims/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl<'tcx> EnvVars<'tcx> {
let target_os = ecx.tcx.sess.target.target.target_os.as_str();
if target_os == "windows" {
// Temporary hack: Exclude `TERM` var to avoid terminfo trying to open the termcap file.
// 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.
excluded_env_vars.push("TERM".to_owned());
}

Expand Down