Give VariantData::Struct
named fields, to clairfy recovered
.
This commit is contained in:
parent
69e4545a8d
commit
11337805fb
21 changed files with 51 additions and 40 deletions
|
@ -741,7 +741,7 @@ impl<'a> State<'a> {
|
|||
self.end();
|
||||
self.end() // close the outer-box
|
||||
}
|
||||
hir::VariantData::Struct(..) => {
|
||||
hir::VariantData::Struct { .. } => {
|
||||
self.print_where_clause(generics);
|
||||
self.nbsp();
|
||||
self.bopen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue