diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2025-06-06 08:45:07 +0000 |
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2025-06-30 08:45:43 +0000 |
| commit | cb158c2119b44c3d2c61d8e2914d39aa02dfbb1f (patch) | |
| tree | f4e6f6b49778341ba8e16c4f6b677ddbf1932199 /compiler/rustc_hir_analysis/src/check/wfcheck.rs | |
| parent | 632a921479783f474d16dea360a1b0a887ea02db (diff) | |
| download | rust-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.rs | 1 |
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 |
