We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target.'cfg(all())'.rustflags
1 parent b746a32 commit 5154f04Copy full SHA for 5154f04
internal/template/.cargo/config.toml
@@ -1,2 +1,6 @@
1
[target.'cfg(all())']
2
-linker = "dylint-link"
+rustflags = ["-C", "linker=dylint-link"]
3
+
4
+# For Rust versions 1.74.0 and onward, the following alternative can be used
5
+# (see https://github.com/rust-lang/cargo/pull/12535):
6
+# linker = "dylint-link"
0 commit comments