Skip to content

Commit 4d9b4b4

Browse files
Remove borrowck_graphviz_postflow from test
1 parent 2daa404 commit 4d9b4b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/mir-dataflow/indirect-mutation-offset.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ struct PartialInteriorMut {
1212
}
1313

1414
#[rustc_mir(rustc_peek_indirectly_mutable,stop_after_dataflow)]
15-
#[rustc_mir(borrowck_graphviz_postflow="indirect.dot")]
1615
const BOO: i32 = {
1716
let x = PartialInteriorMut {
1817
zst: [],

0 commit comments

Comments
 (0)