Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkov

Remove `borrowck_graphviz_postflow` from test

Resolves #65071.

r? @petrochenkov
This commit is contained in:
Mazdak Farrokhzad 2019-10-04 07:24:39 +02:00 committed by GitHub
commit aacc89a1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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: [],

View File

@ -1,5 +1,5 @@
error: rustc_peek: bit not set
--> $DIR/indirect-mutation-offset.rs:35:14
--> $DIR/indirect-mutation-offset.rs:34:14
|
LL | unsafe { rustc_peek(x) };
| ^^^^^^^^^^^^^