Skip to content

Commit 38ea690

Browse files
committed
fix extension for -Zdump-mir-dataflow graphviz files
1 parent 06bb836 commit 38ea690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_mir_dataflow/src/framework

‎compiler/rustc_mir_dataflow/src/framework/engine.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ where
285285
}
286286

287287
Noneifdump_enabled(tcx,A::NAME, def_id) => {
288-
create_dump_file(tcx,".dot",false,A::NAME,&pass_name.unwrap_or("-----"), body)?
288+
create_dump_file(tcx,"dot",false,A::NAME,&pass_name.unwrap_or("-----"), body)?
289289
}
290290

291291
_ => return(Ok(()), results),

0 commit comments

Comments
 (0)