Skip to content

Commit 4412c7a

Browse files
committed
placate tidy in compile-fail test.
1 parent fe49b41 commit 4412c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/mir-dataflow/uninits-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::mem::{drop, replace};
1919
struct S(i32);
2020

2121
#[rustc_mir_borrowck]
22-
#[rustc_mir(rustc_peek_maybe_uninit,stop_after_dataflow,borrowck_graphviz_postflow="/tmp/uninits-2.dot")]
22+
#[rustc_mir(rustc_peek_maybe_uninit,stop_after_dataflow)]
2323
fn foo(x: &mut S) {
2424
// `x` is initialized here, so maybe-uninit bit is 0.
2525

0 commit comments

Comments
 (0)