mir-json-rustc-wrapper
produced linked MIR with too many dots in the file name
#38
Labels
mir-json-rustc-wrapper
produced linked MIR with too many dots in the file name
#38
Because of this line:
mir-json/src/bin/mir-json-rustc-wrapper.rs
Line 255 in fbacd2a
Calling
mir-json-rustc-wrapper
onhello.rs
will producehello..linked-mir.json
(notice the two consecutive dots). I think we should change the line above towith_extension("linked-mir.json");
to avoid this.The text was updated successfully, but these errors were encountered: