We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42d94e commit 63e0142Copy full SHA for 63e0142
src/bootstrap/src/bin/rustc.rs
@@ -50,6 +50,7 @@ fn main() {
50
("RUSTC_REAL", "RUSTC_LIBDIR")
51
};
52
53
+ // FIXME: kobzol broke #111323 by accident in #116448
54
let sysroot = env::var_os("RUSTC_SYSROOT").expect("RUSTC_SYSROOT was not set");
55
let on_fail = env::var_os("RUSTC_ON_FAIL").map(Command::new);
56
0 commit comments