Skip to content

Commit 70985a0

Browse files
committed
Use rust-lld on windows rustdoc in config_fast_builds.toml
1 parent d92b1fc commit 70985a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config_fast_builds.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ rustflags = [
134134
# rustup component add llvm-tools
135135
# ```
136136
linker = "rust-lld.exe"
137+
rustdocflags = ["-Crust-lld.exe"]
137138
rustflags = [
138139
# Nightly
139140
# "-Zshare-generics=y",

0 commit comments

Comments
 (0)