Skip to content

Commit 257ea3b

Browse files
committed
Remove outdated fixme
1 parent be63994 commit 257ea3b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/bootstrap/src/core/builder/cargo.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,8 +1277,6 @@ impl Builder<'_> {
12771277
rustdocflags.arg("--crate-version").arg(&rust_version);
12781278

12791279
// Environment variables *required* throughout the build
1280-
//
1281-
// FIXME: should update code to not require this env var
12821280

12831281
// The host this new compiler is being *built* on.
12841282
cargo.env("CFG_COMPILER_BUILD_TRIPLE", compiler.host.triple);

0 commit comments

Comments
 (0)