We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732afd4 commit e8a564eCopy full SHA for e8a564e
src/test/run-make-fulldeps/separate-link/Makefile
@@ -0,0 +1,6 @@
1
+-include ../tools.mk
2
+
3
+all:
4
+ echo 'fn main(){}' | $(RUSTC) -Z no-link -
5
+ $(RUSTC) -Z link-only $(TMPDIR)/rust_out.rlink
6
+ $(call RUN,rust_out)
0 commit comments