Skip to content

Commit fe61cd6

Browse files
committed
Support debuginfo for assoc const bindings
1 parent 63c439f commit fe61cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debuginfo/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl DebugContext {
242242
let generics = tcx.generics_of(enclosing_fn_def_id);
243243
let args = instance.args.truncate_to(tcx, generics);
244244

245-
type_names::push_generic_params(
245+
type_names::push_generic_args(
246246
tcx,
247247
tcx.normalize_erasing_regions(ty::TypingEnv::fully_monomorphized(), args),
248248
&mut name,

0 commit comments

Comments
 (0)