Skip to content

Commit 16af7bf

Browse files
committed
hir pretty printing
1 parent fdaf603 commit 16af7bf

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_hir_pretty/src

1 file changed

+1
-0
lines changed

compiler/rustc_hir_pretty/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,6 +1840,7 @@ impl<'a> State<'a> {
18401840
for binding in generic_args.bindings.iter() {
18411841
start_or_comma(self);
18421842
self.print_ident(binding.ident);
1843+
self.print_generic_args(binding.gen_args, false, false);
18431844
self.s.space();
18441845
match generic_args.bindings[0].kind {
18451846
hir::TypeBindingKind::Equality { ref ty } => {

0 commit comments

Comments
 (0)