Skip to content

Commit f8918db

Browse files
committed
Fix typo
1 parent 6f5cf16 commit f8918db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
631631
}
632632

633633
// FIXME: We make sure that this is a normal top-level binding,
634-
// but we could suggest `todo!()` for all uninitalized bindings in the pattern pattern
634+
// but we could suggest `todo!()` for all uninitialized bindings in the pattern pattern
635635
if let hir::StmtKind::Let(hir::Local { span, ty, init: None, pat, .. }) =
636636
&ex.kind
637637
&& let hir::PatKind::Binding(..) = pat.kind

0 commit comments

Comments
 (0)