Skip to content

Commit 63e0142

Browse files
committed
add comment about breakage
1 parent a42d94e commit 63e0142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/bin/rustc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fn main() {
5050
("RUSTC_REAL", "RUSTC_LIBDIR")
5151
};
5252

53+
// FIXME: kobzol broke #111323 by accident in #116448
5354
let sysroot = env::var_os("RUSTC_SYSROOT").expect("RUSTC_SYSROOT was not set");
5455
let on_fail = env::var_os("RUSTC_ON_FAIL").map(Command::new);
5556

0 commit comments

Comments
 (0)