mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 16:03:17 +00:00
placate tidy in compile-fail test.
This commit is contained in:
parent
fe49b41f83
commit
4412c7ab37
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user