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 be63994 commit 257ea3bCopy full SHA for 257ea3b
1 file changed
src/bootstrap/src/core/builder/cargo.rs
@@ -1277,8 +1277,6 @@ impl Builder<'_> {
1277
rustdocflags.arg("--crate-version").arg(&rust_version);
1278
1279
// Environment variables *required* throughout the build
1280
- //
1281
- // FIXME: should update code to not require this env var
1282
1283
// The host this new compiler is being *built* on.
1284
cargo.env("CFG_COMPILER_BUILD_TRIPLE", compiler.host.triple);
0 commit comments