diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-01-14 06:29:16 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-01-17 07:48:20 +0000 |
| commit | 8d3c90ae13fa5dbad9e312a7c73b334ac2d8c1d7 (patch) | |
| tree | b596c347aab1de98a0a1248b3332aad6d2345bf2 /compiler/rustc_trait_selection/src | |
| parent | 98f30e833a2705fcb38d11b19ba75cd5fde723c7 (diff) | |
| download | rust-8d3c90ae13fa5dbad9e312a7c73b334ac2d8c1d7.tar.gz rust-8d3c90ae13fa5dbad9e312a7c73b334ac2d8c1d7.zip | |
Review suggestions
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/query/normalize.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/query/normalize.rs b/compiler/rustc_trait_selection/src/traits/query/normalize.rs index 751aec48bd8..cea21c4f281 100644 --- a/compiler/rustc_trait_selection/src/traits/query/normalize.rs +++ b/compiler/rustc_trait_selection/src/traits/query/normalize.rs @@ -230,7 +230,7 @@ impl<'cx, 'tcx> FallibleTypeFolder<'tcx> for QueryNormalizer<'cx, 'tcx> { if concrete_ty == ty { bug!( "infinite recursion generic_ty: {:#?}, substs: {:#?}, \ - concrete_ty: {:#?}, ty: {:#?}", + concrete_ty: {:#?}, ty: {:#?}", generic_ty, substs, concrete_ty, |
