about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/instance.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-11-01 18:49:08 +0000
committerMichael Goulet <michael@errs.io>2024-11-03 18:59:41 +0000
commit6b96103bf3b0746e443f9bb86b532be2c536113a (patch)
tree5fc89f65d57999f75879df2ea0268c05aece17d9 /compiler/rustc_ty_utils/src/instance.rs
parent0b5ddf30ebb097d0c46975cfb2a9ee9b04805af2 (diff)
downloadrust-6b96103bf3b0746e443f9bb86b532be2c536113a.tar.gz
rust-6b96103bf3b0746e443f9bb86b532be2c536113a.zip
Rename the FIXMEs, remove a few that dont matter anymore
Diffstat (limited to 'compiler/rustc_ty_utils/src/instance.rs')
-rw-r--r--compiler/rustc_ty_utils/src/instance.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ty_utils/src/instance.rs b/compiler/rustc_ty_utils/src/instance.rs
index e258b6dae0b..1d8a0880760 100644
--- a/compiler/rustc_ty_utils/src/instance.rs
+++ b/compiler/rustc_ty_utils/src/instance.rs
@@ -81,7 +81,6 @@ fn resolve_instance_raw<'tcx>(
             }
         } else {
             debug!(" => free item");
-            // FIXME(effects): we may want to erase the effect param if that is present on this item.
             ty::InstanceKind::Item(def_id)
         };