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 c62b6cf commit 9ce1a8bCopy full SHA for 9ce1a8b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 46d78d1e878b7eae606f319b1e6bd6f7bd8cc18e
+refs/heads/master: d4c7cd5f8d350f7c24fc18ffef4a41595a774acc
trunk/src/Makefile
@@ -651,7 +651,7 @@ test/compile-fail/%.boot.out.tmp: test/compile-fail/%.rs $(BREQ)
651
$(CFG_QUIET)grep --text --quiet \
652
"`awk -F: '/error-pattern/ { print $$2 }' $< | tr -d '\n\r'`" $@
653
654
-test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(BREQ)
+test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(SREQ)
655
@$(call CFG_ECHO, compile [rustc]: $<)
656
$(CFG_QUIET)rm -f $@
657
$(RUSTC) -o $(@:.out=$(CFG_EXE_SUFFIX)) $< >$@ 2>&1 || true
0 commit comments