Revert fmt version, add rustdoc-json-types to bootstrap tests

This commit is contained in:
Rune Tynan 2021-03-06 15:37:07 -05:00
parent 70c9b370e8
commit 18841ec342
No known key found for this signature in database
GPG key ID: 7ECC932F8B2C731E
4 changed files with 73 additions and 3 deletions

View file

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