Navigation Menu

Skip to content

Commit

Permalink
Remove borrowck_graphviz_postflow from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Oct 3, 2019
1 parent 2daa404 commit 4d9b4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/ui/mir-dataflow/indirect-mutation-offset.rs
Expand Up @@ -12,7 +12,6 @@ struct PartialInteriorMut {
}

#[rustc_mir(rustc_peek_indirectly_mutable,stop_after_dataflow)]
#[rustc_mir(borrowck_graphviz_postflow="indirect.dot")]
const BOO: i32 = {
let x = PartialInteriorMut {
zst: [],
Expand Down

0 comments on commit 4d9b4b4

Please sign in to comment.