Make header
a vec of modifiers, make FunctionPointer consistent with Function and Method.
This commit is contained in:
parent
36ecbc94eb
commit
a26fa74d3c
7 changed files with 85 additions and 16 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue