We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--xpretty
1 parent bf2f84b commit 34d4378Copy full SHA for 34d4378
src/test/run-make/graphviz-flowgraph/Makefile
@@ -28,7 +28,7 @@ $(TMPDIR)/%.pp: %.rs
28
29
$(TMPDIR)/%.dot: %.rs
30
$(eval $(call FIND_LAST_BLOCK,$<))
31
- $(RUSTC_LIB) --pretty flowgraph=$(LASTBLOCKNUM_$<) $< -o $@.tmp
+ $(RUSTC_LIB) -Z unstable-options --xpretty flowgraph=$(LASTBLOCKNUM_$<) $< -o $@.tmp
32
cat $@.tmp | sed -e 's@ (id=[0-9]*)@@g' \
33
-e 's@\[label=""\]@@' \
34
-e 's@digraph [a-zA-Z0-9_]* @digraph block @' \
0 commit comments