We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702b45e commit 1611238Copy full SHA for 1611238
src/librustc_mir/dataflow/generic/graphviz.rs
@@ -211,6 +211,7 @@ where
211
)?;
212
213
// C: Entry state
214
+ self.bg = Background::Light;
215
self.results.seek_to_block_start(block);
216
self.write_row_with_curr_state(w, "", "(on entry)")?;
217
self.prev_state.overwrite(self.results.get());
0 commit comments