fix extension for -Zdump-mir-dataflow
graphviz files
This commit is contained in:
parent
06bb8364aa
commit
38ea690363
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ where
|
|||
}
|
||||
|
||||
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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue