diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-02-20 10:34:51 +0100 | 
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-02-20 17:30:49 +0100 | 
| commit | 05ce209d20232f6d933421f8b8ac58d94557a2aa (patch) | |
| tree | bbf5ab0e05efb29f7f48b877c299b6ffc9ed6f47 /compiler/rustc_trait_selection/src/traits/normalize.rs | |
| parent | 5af2130440c198afefbe5b8099342057cf272ef4 (diff) | |
| download | rust-05ce209d20232f6d933421f8b8ac58d94557a2aa.tar.gz rust-05ce209d20232f6d933421f8b8ac58d94557a2aa.zip  | |
Rename some normalization-related items
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits/normalize.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/normalize.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/normalize.rs b/compiler/rustc_trait_selection/src/traits/normalize.rs index ac62f875fb9..f37d917b4a0 100644 --- a/compiler/rustc_trait_selection/src/traits/normalize.rs +++ b/compiler/rustc_trait_selection/src/traits/normalize.rs @@ -355,8 +355,6 @@ impl<'a, 'b, 'tcx> TypeFolder<TyCtxt<'tcx>> for AssocTypeNormalizer<'a, 'b, 'tcx let data = data.fold_with(self); - // FIXME(inherent_associated_types): Do we need to honor `self.eager_inference_replacement` - // here like `ty::Projection`? project::normalize_inherent_projection( self.selcx, self.param_env,  | 
