1
Fork 0

Make header a vec of modifiers, make FunctionPointer consistent with Function and Method.

This commit is contained in:
Rune Tynan 2021-02-08 13:48:10 -05:00
parent 36ecbc94eb
commit a26fa74d3c
No known key found for this signature in database
GPG key ID: 7ECC932F8B2C731E
7 changed files with 85 additions and 16 deletions

View file

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