Add roundtrip testing and bump format version

This commit is contained in:
Rune Tynan
2021-03-04 18:45:57 -05:00
parent cf5246915b
commit ca48d1566e
4 changed files with 51 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
)
})
.collect(),
format_version: 4,
format_version: 5,
};
let mut p = self.out_path.clone();
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());