mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-12 18:07:40 +00:00
7 lines
172 B
Rust
7 lines
172 B
Rust
![]() |
// skip-filecheck
|
||
|
// Test graphviz dataflow output
|
||
|
//@ compile-flags: -Z dump-mir=main -Z dump-mir-dataflow
|
||
|
|
||
|
// EMIT_MIR dataflow.main.maybe_init.borrowck.dot
|
||
|
fn main() {}
|