diff --git a/.cargo/config b/.cargo/config index 560ab30752c..f6b0b66bfe7 100644 --- a/.cargo/config +++ b/.cargo/config @@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --" install-ra = "run --package xtask --bin xtask -- install" # for backwards compat tq = "test -- -q" qt = "tq" + +[target.x86_64-pc-windows-msvc] +linker = "rust-lld"