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 fa2b4d3 commit 700c525Copy full SHA for 700c525
mk/pp.mk
@@ -6,5 +6,5 @@ reformat: $(SREQ1)
6
@$(call E, reformat [stage1]: $@)
7
for i in $(PP_INPUTS); \
8
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
9
- --pretty $$i >$$i.tmp && mv $$i.tmp $$i; \
+ --pretty normal $$i >$$i.tmp && mv $$i.tmp $$i; \
10
done
0 commit comments