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.
1 parent 5aad591 commit 31c2f25Copy full SHA for 31c2f25
[refs]
@@ -1,7 +1,7 @@
1
---
2
refs/heads/master: 857ac28867722111249b5c3ef68e32499bd11ea0
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
-refs/heads/snap-stage3: f3c427ca5cd4071425420d3b95e8c7963a036c60
+refs/heads/snap-stage3: 646830076a289d6040ba8e29518266d34ef1c5dd
5
refs/heads/try: 1c28ab65017d74fc13d003f7c7a73d1a48e5406f
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
branches/snap-stage3/src/test/run-make/bare-outfile/Makefile
@@ -1,4 +1,4 @@
-include ../tools.mk
all:
- rustc -o foo foo.rs
+ $(rustc) -o foo foo.rs
0 commit comments