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 804a6e3 commit 1bb382fCopy full SHA for 1bb382f
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