We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ecfd4 commit 58e4644Copy full SHA for 58e4644
src/test/run-make-fulldeps/link-dedup/Makefile
@@ -9,4 +9,4 @@ all:
9
$(RUSTC) empty.rs --cfg bar 2>&1 | $(CGREP) '"-ltesta" "-ltestb" "-ltesta"'
10
$(RUSTC) empty.rs 2>&1 | $(CGREP) '"-ltesta"'
11
$(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltestb"'
12
- $(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltesta" "-ltesta"'
+ $(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltesta" "-ltesta" "-ltesta"'
src/test/run-make-fulldeps/link-dedup/depa.rs
@@ -5,3 +5,6 @@ extern "C" {}
5
6
#[link(name = "testa")]
7
extern "C" {}
8
+
+#[link(name = "testa")]
+extern "C" {}
0 commit comments