We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9051d6b + 97d380c commit 5dafd39Copy full SHA for 5dafd39
.cargo/config
@@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --"
3
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4
tq = "test -- -q"
5
qt = "tq"
6
+
7
+[target.x86_64-pc-windows-msvc]
8
+linker = "rust-lld"
0 commit comments