Skip to content

Commit e0b76a3

Browse files
committed
Remove outdated fixme
1 parent 27e7b84 commit e0b76a3

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
@@ -1266,8 +1266,6 @@ impl Builder<'_> {
12661266
rustdocflags.arg("--crate-version").arg(&rust_version);
12671267

12681268
// Environment variables *required* throughout the build
1269-
//
1270-
// FIXME: should update code to not require this env var
12711269

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

0 commit comments

Comments
 (0)