rust/tests/mir-opt/dataflow.rs
Rémy Rakic ddeae148c5 switch dataflow test to a maybe-uninit analysis
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.
2025-05-27 21:21:28 +00:00

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() {}