Manual rustfmt

This commit is contained in:
Oli Scherer 2024-05-27 13:01:16 +00:00
parent bc33782c23
commit 5e8df95dbb

View File

@ -1419,8 +1419,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?",
),
);
}
}