We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c238f commit a3143cdCopy full SHA for a3143cd
1 file changed
cargo-auditable/tests/fixtures/bare_linker/.cargo/config.toml
@@ -31,3 +31,9 @@ rustflags = ["-C", "target-feature=+crt-static"]
31
[target.x86_64-unknown-linux-musl]
32
linker = "rust-lld"
33
rustflags = ["-C", "target-feature=+crt-static"]
34
+
35
+# Not included in the original Rayhunter example, this tests for
36
+# https://github.com/rust-lang/rust/issues/96498
37
38
+[target.i686-pc-windows-msvc]
39
+linker = "rust-lld"
0 commit comments