Skip to content

Commit e5d4856

Browse files
authored
Update ty.rs
1 parent cbf60fb commit e5d4856

File tree

1 file changed

+2
-1
lines changed
  • compiler/rustc_ty_utils/src

1 file changed

+2
-1
lines changed

compiler/rustc_ty_utils/src/ty.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ fn instance_def_size_estimate<'tcx>(
372372
| StatementKind::Nop
373373
)
374374
})
375-
.count() + 1
375+
.count()
376+
+ 1
376377
})
377378
.sum()
378379
}

0 commit comments

Comments
 (0)