We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d535af3 commit 135e620Copy full SHA for 135e620
tests/run-make/issue-107094/Makefile
@@ -0,0 +1,7 @@
1
+# needs-git-hash
2
+
3
+include ../tools.mk
4
5
+all:
6
+ $(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"
7
+ $(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"
0 commit comments