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 9dd233b commit 0b9e8ddCopy full SHA for 0b9e8dd
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 63600828cd8745d4b8447ba8f9207f3ff345c28d
+refs/heads/master: 92a4c0cee701a91702d4295eef37fc2ea12bc153
trunk/mk/pp.mk
@@ -8,7 +8,8 @@ else
8
$(S)src/test/*/*/*.rs) \
9
$(wildcard $(S)src/fuzzer/*.rs)
10
11
- PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
+ PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L \
12
+ "no-reformat\|xfail-pretty\|xfail-stage2")
13
endif
14
15
reformat: $(SREQ1)
0 commit comments