We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275d7d1 commit c049e95Copy full SHA for c049e95
1 file changed
cargo-auditable/tests/fixtures/bare_linker/.cargo/config.toml
@@ -32,3 +32,15 @@ rustflags = ["-C", "target-feature=+crt-static"]
32
linker = "rust-lld"
33
rustflags = ["-C", "target-feature=+crt-static"]
34
35
+# === Not included in the original Rayhunter example ===
36
+
37
+# this tests for https://github.com/rust-lang/rust/issues/96498
38
+[target.i686-pc-windows-msvc]
39
+linker = "rust-lld"
40
41
+# this Just Works so we might as well see if it keeps working
42
+[target.x86_64-pc-windows-msvc]
43
44
45
+# GNU targets generally don't work with bare linkers; not even rayhunter uses it there.
46
+# So we're not testing windows-gnu or linux-gnu
0 commit comments