Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
placate tidy in compile-fail test.
  • Loading branch information
pnkfelix committed May 24, 2016
1 parent fe49b41 commit 4412c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/mir-dataflow/uninits-2.rs
Expand Up @@ -19,7 +19,7 @@ use std::mem::{drop, replace};
struct S(i32);

#[rustc_mir_borrowck]
#[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)]
fn foo(x: &mut S) {
// `x` is initialized here, so maybe-uninit bit is 0.

Expand Down

0 comments on commit 4412c7a

Please sign in to comment.