Skip to content

Commit 7fba25a

Browse files
committed
fixed bug
1 parent cc69863 commit 7fba25a

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_hir_typeck/src/fn_ctxt

1 file changed

+0
-1
lines changed

compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
15641564
error_span,
15651565
)
15661566
};
1567-
// dbg!(&suggestion);
15681567
let mut needs_comma = false;
15691568
for (expected_idx, provided_idx) in matched_inputs.iter_enumerated() {
15701569
if needs_comma {

0 commit comments

Comments
 (0)