Skip to content

Commit

Permalink
Manual rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 27, 2024
1 parent b582f80 commit 51a6dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,8 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
self.dcx().span_delayed_bug(
span,
format!(
"instantiate_value_path: (UFCS) {self_ty:?} was a subtype of {impl_ty:?} but now is not?",
),
"instantiate_value_path: (UFCS) {self_ty:?} was a subtype of {impl_ty:?} but now is not?",
),
);
}
}
Expand Down

0 comments on commit 51a6dde

Please sign in to comment.