Skip to content

Commit

Permalink
Effects cleanup
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
fee1-dead committed Oct 26, 2024
1 parent c5a5e86 commit 83f1121
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 83f1121

Please sign in to comment.