From 83f1121ebd43db170bf8ff995a3b757148d24711 Mon Sep 17 00:00:00 2001 From: Deadbeef Date: Sat, 26 Oct 2024 10:18:42 +0800 Subject: [PATCH] Effects cleanup - removed extra bits from predicates queries that are no longer needed in the new system - removed the need for `non_erasable_generics` to take in tcx and DefId, removed unused arguments in callers --- src/debuginfo/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debuginfo/mod.rs b/src/debuginfo/mod.rs index f0b78e5d7c6..79d76925df9 100644 --- a/src/debuginfo/mod.rs +++ b/src/debuginfo/mod.rs @@ -210,7 +210,6 @@ impl DebugContext { type_names::push_generic_params( tcx, tcx.normalize_erasing_regions(ty::ParamEnv::reveal_all(), args), - enclosing_fn_def_id, &mut name, );