about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-26 06:29:48 +0200
committerGitHub <noreply@github.com>2024-10-26 06:29:48 +0200
commita29a8f523ee863842fedf40cb4621df4b548f949 (patch)
treedb6cdf3a602a73e04471f02fba8df79373016d0f
parent6ca276df2ed5de4e272db2734f089bfa7e512b8d (diff)
parent83f1121ebd43db170bf8ff995a3b757148d24711 (diff)
downloadrust-a29a8f523ee863842fedf40cb4621df4b548f949.tar.gz
rust-a29a8f523ee863842fedf40cb4621df4b548f949.zip
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
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

r? compiler-errors
-rw-r--r--src/debuginfo/mod.rs1
1 files changed, 0 insertions, 1 deletions
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,
         );