Rename the unstable option --xpretty to --unpretty
(Inspired by discussion with Gankro.)
This commit is contained in:
parent
186707893b
commit
e050fc21b9
4 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ $(TMPDIR)/%.pp: %.rs
|
|||
|
||||
$(TMPDIR)/%.dot: %.rs
|
||||
$(eval $(call FIND_LAST_BLOCK,$<))
|
||||
$(RUSTC_LIB) -Z unstable-options --xpretty flowgraph,unlabelled=$(LASTBLOCKNUM_$<) $< -o $@.tmp
|
||||
$(RUSTC_LIB) -Z unstable-options --unpretty flowgraph,unlabelled=$(LASTBLOCKNUM_$<) $< -o $@.tmp
|
||||
cat $@.tmp | sed -e 's@ (id=[0-9]*)@@g' \
|
||||
-e 's@\[label=""\]@@' \
|
||||
-e 's@digraph [a-zA-Z0-9_]* @digraph block @' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue