Manual rustfmt
This commit is contained in:
parent
bc33782c23
commit
5e8df95dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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?",
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue