mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

This mir-opt test used the maybe-init dataflow analysis but it's now lazy and doesn't emit the graphviz graph when it's not needed anymore.
7 lines
174 B
Rust
7 lines
174 B
Rust
// skip-filecheck
|
|
// Test graphviz dataflow output
|
|
//@ compile-flags: -Z dump-mir=main -Z dump-mir-dataflow
|
|
|
|
// EMIT_MIR dataflow.main.maybe_uninit.borrowck.dot
|
|
fn main() {}
|