Skip to content

Commit d1a1721

Browse files
committed
---
yaml --- r: 165559 b: refs/heads/master c: 34d4378 h: refs/heads/master i: 165557: 92b1796 165555: 923927c 165551: d6538c6 v: v3
1 parent 0b8f559 commit d1a1721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bf2f84bfe367d5a1f4b8f092fb22f535e6e95a40
2+
refs/heads/master: 34d43788e52763011b3a6559ac2dad6d6d350a06
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 658529467d9d69ac9e09cacf98a6d61d781c2c76
55
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b

trunk/src/test/run-make/graphviz-flowgraph/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(TMPDIR)/%.pp: %.rs
2828

2929
$(TMPDIR)/%.dot: %.rs
3030
$(eval $(call FIND_LAST_BLOCK,$<))
31-
$(RUSTC_LIB) --pretty flowgraph=$(LASTBLOCKNUM_$<) $< -o $@.tmp
31+
$(RUSTC_LIB) -Z unstable-options --xpretty flowgraph=$(LASTBLOCKNUM_$<) $< -o $@.tmp
3232
cat $@.tmp | sed -e 's@ (id=[0-9]*)@@g' \
3333
-e 's@\[label=""\]@@' \
3434
-e 's@digraph [a-zA-Z0-9_]* @digraph block @' \

0 commit comments

Comments
 (0)