Skip to content

Commit e494f9a

Browse files
committed
fmt
1 parent 548cc4d commit e494f9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_mir_build/src/builder/matches/match_pair.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
158158
) -> MatchPairTree<'pat, 'tcx> {
159159
let tcx = self.tcx;
160160
tracing::warn!("source pattern type: {:?}", src_pat_ty);
161-
let (const_ty, pat_ty) = match src_pat_ty.kind() { // wait is source path the wrong thing to care about?
161+
let (const_ty, pat_ty) = match src_pat_ty.kind() {
162+
// wait is source path the wrong thing to care about?
162163
ty::Slice(_) => (
163164
Ty::new_imm_ref(
164165
tcx,

0 commit comments

Comments
 (0)