mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
fix extension for -Zdump-mir-dataflow
graphviz files
This commit is contained in:
parent
06bb8364aa
commit
38ea690363
@ -285,7 +285,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
None if dump_enabled(tcx, A::NAME, def_id) => {
|
None if dump_enabled(tcx, A::NAME, def_id) => {
|
||||||
create_dump_file(tcx, ".dot", false, A::NAME, &pass_name.unwrap_or("-----"), body)?
|
create_dump_file(tcx, "dot", false, A::NAME, &pass_name.unwrap_or("-----"), body)?
|
||||||
}
|
}
|
||||||
|
|
||||||
_ => return (Ok(()), results),
|
_ => return (Ok(()), results),
|
||||||
|
Loading…
Reference in New Issue
Block a user