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 46d78d1 commit d4c7cd5Copy full SHA for d4c7cd5
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