We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe49b41 commit 4412c7aCopy full SHA for 4412c7a
src/test/compile-fail/mir-dataflow/uninits-2.rs
@@ -19,7 +19,7 @@ use std::mem::{drop, replace};
19
struct S(i32);
20
21
#[rustc_mir_borrowck]
22
-#[rustc_mir(rustc_peek_maybe_uninit,stop_after_dataflow,borrowck_graphviz_postflow="/tmp/uninits-2.dot")]
+#[rustc_mir(rustc_peek_maybe_uninit,stop_after_dataflow)]
23
fn foo(x: &mut S) {
24
// `x` is initialized here, so maybe-uninit bit is 0.
25
0 commit comments