Skip to content

Commit aacc89a

Browse files
authored
Rollup merge of rust-lang#65073 - ecstatic-morse:issue-65071, r=petrochenkov
Remove `borrowck_graphviz_postflow` from test Resolves rust-lang#65071. r? @petrochenkov
2 parents a16c637 + 1cda591 commit aacc89a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: [],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: rustc_peek: bit not set
2-
--> $DIR/indirect-mutation-offset.rs:35:14
2+
--> $DIR/indirect-mutation-offset.rs:34:14
33
|
44
LL | unsafe { rustc_peek(x) };
55
| ^^^^^^^^^^^^^

0 commit comments

Comments
 (0)