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 ece2027 commit e29e4d9Copy full SHA for e29e4d9
src/shims/env.rs
@@ -51,7 +51,7 @@ impl<'tcx> EnvVars<'tcx> {
51
} else if ecx.tcx.sess.target.os == "windows" {
52
EnvVars::Windows(WindowsEnvVars::new(ecx, env_vars)?)
53
} else {
54
- // Used e.g. for wasi
+ // For "none" targets (i.e., without an OS), and wasi.
55
EnvVars::Uninit
56
};
57
ecx.machine.env_vars = env_vars;
0 commit comments