Skip to content

Commit

Permalink
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matthiaskrgr authored Oct 26, 2024
2 parents 6ca276d + 83f1121 commit a29a8f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debuginfo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);

Expand Down

0 comments on commit a29a8f5

Please sign in to comment.