We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3299f2 commit 29716efCopy full SHA for 29716ef
src/test/run-make-fulldeps/treat-err-as-bug/Makefile
@@ -2,4 +2,4 @@
2
3
all:
4
$(RUSTC) err.rs -Z treat-err-as-bug 2>&1 \
5
- | $(CGREP) "panicked at 'encountered error with \`-Z treat_err_as_bug'"
+ | $(CGREP) "panicked at 'aborting due to \`-Z treat-err-as-bug=1\`'"
0 commit comments