File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/test/run-make/graphviz-flowgraph Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bf2f84bfe367d5a1f4b8f092fb22f535e6e95a40
2
+ refs/heads/master: 34d43788e52763011b3a6559ac2dad6d6d350a06
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 658529467d9d69ac9e09cacf98a6d61d781c2c76
5
5
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $(TMPDIR)/%.pp: %.rs
28
28
29
29
$(TMPDIR ) /% .dot : % .rs
30
30
$(eval $(call FIND_LAST_BLOCK,$< ) )
31
- $(RUSTC_LIB ) --pretty flowgraph=$(LASTBLOCKNUM_$< ) $< -o $@ .tmp
31
+ $(RUSTC_LIB ) -Z unstable-options --xpretty flowgraph=$(LASTBLOCKNUM_$< ) $< -o $@ .tmp
32
32
cat $@ .tmp | sed -e ' s@ (id=[0-9]*)@@g' \
33
33
-e 's@\[label=""\]@@' \
34
34
-e 's@digraph [a-zA-Z0-9_]* @digraph block @' \
You can’t perform that action at this time.
0 commit comments