about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/normalize.rs
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-02-20 10:34:51 +0100
committerLeón Orell Valerian Liehr <me@fmease.dev>2024-02-20 17:30:49 +0100
commit05ce209d20232f6d933421f8b8ac58d94557a2aa (patch)
treebbf5ab0e05efb29f7f48b877c299b6ffc9ed6f47 /compiler/rustc_trait_selection/src/traits/normalize.rs
parent5af2130440c198afefbe5b8099342057cf272ef4 (diff)
downloadrust-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.rs2
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,