Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5e8df95

Browse files
committed
Manual rustfmt
1 parent bc33782 commit 5e8df95

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,8 +1419,8 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
14191419
self.dcx().span_delayed_bug(
14201420
span,
14211421
format!(
1422-
"instantiate_value_path: (UFCS) {self_ty:?} was a subtype of {impl_ty:?} but now is not?",
1423-
),
1422+
"instantiate_value_path: (UFCS) {self_ty:?} was a subtype of {impl_ty:?} but now is not?",
1423+
),
14241424
);
14251425
}
14261426
}

0 commit comments

Comments
 (0)