Skip to content

Commit 51a6dde

Browse files
committed
Manual rustfmt
1 parent b582f80 commit 51a6dde

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_hir_typeck/src/fn_ctxt

1 file changed

+2
-2
lines changed

compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1414,8 +1414,8 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
14141414
self.dcx().span_delayed_bug(
14151415
span,
14161416
format!(
1417-
"instantiate_value_path: (UFCS) {self_ty:?} was a subtype of {impl_ty:?} but now is not?",
1418-
),
1417+
"instantiate_value_path: (UFCS) {self_ty:?} was a subtype of {impl_ty:?} but now is not?",
1418+
),
14191419
);
14201420
}
14211421
}

0 commit comments

Comments
 (0)