about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/wfcheck.rs
diff options
context:
space:
mode:
authorOli Scherer <github333195615777966@oli-obk.de>2025-06-06 08:45:07 +0000
committerOli Scherer <github333195615777966@oli-obk.de>2025-06-30 08:45:43 +0000
commitcb158c2119b44c3d2c61d8e2914d39aa02dfbb1f (patch)
treef4e6f6b49778341ba8e16c4f6b677ddbf1932199 /compiler/rustc_hir_analysis/src/check/wfcheck.rs
parent632a921479783f474d16dea360a1b0a887ea02db (diff)
downloadrust-cb158c2119b44c3d2c61d8e2914d39aa02dfbb1f.tar.gz
rust-cb158c2119b44c3d2c61d8e2914d39aa02dfbb1f.zip
Merge `lower_item` into `check_item_type`
Diffstat (limited to 'compiler/rustc_hir_analysis/src/check/wfcheck.rs')
-rw-r--r--compiler/rustc_hir_analysis/src/check/wfcheck.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/check/wfcheck.rs b/compiler/rustc_hir_analysis/src/check/wfcheck.rs
index 0cd4f8fbd01..792214355a9 100644
--- a/compiler/rustc_hir_analysis/src/check/wfcheck.rs
+++ b/compiler/rustc_hir_analysis/src/check/wfcheck.rs
@@ -230,7 +230,6 @@ fn check_item<'tcx>(tcx: TyCtxt<'tcx>, item: &'tcx hir::Item<'tcx>) -> Result<()
         ?item.owner_id,
         item.name = ? tcx.def_path_str(def_id)
     );
-    crate::collect::lower_item(tcx, item.item_id());
 
     match item.kind {
         // Right now we check that every default trait implementation