Update with comments
This commit is contained in:
parent
ea2af70466
commit
7116bb5c33
9 changed files with 74 additions and 35 deletions
|
@ -2659,7 +2659,6 @@ impl<'a> State<'a> {
|
|||
s.word_space(":");
|
||||
s.print_type(ty);
|
||||
s.print_type_bounds(":", ¶m.bounds);
|
||||
// FIXME(const_generic_defaults)
|
||||
if let Some(ref default) = default {
|
||||
s.s.space();
|
||||
s.word_space("=");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue