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 bfba6ef commit 95318f8Copy full SHA for 95318f8
src/bootstrap/builder.rs
@@ -949,7 +949,8 @@ impl<'a> Builder<'a> {
949
}
950
951
952
- // FIXME: Don't use LLD if we're compiling libstd, since it fails to link it.
+ // FIXME: Don't use LLD if we're compiling libtest, since it fails to link it.
953
+ // See https://github.com/rust-lang/rust/issues/68647.
954
let can_use_lld = mode != Mode::Std;
955
956
// FIXME: The beta compiler doesn't pick the `lld-link` flavor for `*-pc-windows-msvc`
0 commit comments