Add regression test for issue 107094

This commit is contained in:
Erik Hofmayer 2023-04-07 19:45:37 +02:00
parent d535af3625
commit 135e6201fc

View File

@ -0,0 +1,7 @@
# needs-git-hash
include ../tools.mk
all:
$(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"
$(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+"