Skip to content

Commit 642829c

Browse files
committed
fixup! Temp: Cleanup 5 (colors)
1 parent 442e064 commit 642829c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/util/graphviz.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub fn write_node_label<W: Write, INIT, FINI>(block: BasicBlock,
103103

104104
// Basic block number at the top.
105105
let (blk, color) = if data.is_cleanup {
106-
(format!("{} (cleanup)", block.index()), "light blue")
106+
(format!("{} (cleanup)", block.index()), "lightblue")
107107
} else {
108108
(format!("{}", block.index()), "gray")
109109
};

0 commit comments

Comments
 (0)