Change RTN to use .. again
This commit is contained in:
parent
99f77a2eda
commit
b1a0c0b123
47 changed files with 109 additions and 163 deletions
|
@ -1060,6 +1060,11 @@ impl<'a> PrintState<'a> for State<'a> {
|
|||
self.word(")");
|
||||
self.print_fn_ret_ty(&data.output);
|
||||
}
|
||||
ast::GenericArgs::ParenthesizedElided(_) => {
|
||||
self.word("(");
|
||||
self.word("..");
|
||||
self.word(")");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue