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 27e7b84 commit e0b76a3Copy full SHA for e0b76a3
1 file changed
src/bootstrap/src/core/builder/cargo.rs
@@ -1266,8 +1266,6 @@ impl Builder<'_> {
1266
rustdocflags.arg("--crate-version").arg(&rust_version);
1267
1268
// Environment variables *required* throughout the build
1269
- //
1270
- // FIXME: should update code to not require this env var
1271
1272
// The host this new compiler is being *built* on.
1273
cargo.env("CFG_COMPILER_BUILD_TRIPLE", compiler.host.triple);
0 commit comments