placate tidy in compile-fail test.

This commit is contained in:
Felix S. Klock II 2016-05-24 23:08:34 +02:00
parent fe49b41f83
commit 4412c7ab37

View File

@ -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.