diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-05-27 13:01:16 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-06-04 15:28:39 +0000 |
| commit | 5e8df95dbb445b2891610a9e46ce31c2b615bc09 (patch) | |
| tree | b4960a567ab34a706f9d3290ee354a97d8edac0d | |
| parent | bc33782c23bc3e04eab7c85c43bbe1a108b11f80 (diff) | |
| download | rust-5e8df95dbb445b2891610a9e46ce31c2b615bc09.tar.gz rust-5e8df95dbb445b2891610a9e46ce31c2b615bc09.zip | |
Manual rustfmt
| -rw-r--r-- | compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs b/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs index 58eb0c28179..5f73b3b618f 100644 --- a/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs +++ b/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs @@ -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?", + ), ); } } |
