We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c439f commit fe61cd6Copy full SHA for fe61cd6
1 file changed
src/debuginfo/mod.rs
@@ -242,7 +242,7 @@ impl DebugContext {
242
let generics = tcx.generics_of(enclosing_fn_def_id);
243
let args = instance.args.truncate_to(tcx, generics);
244
245
- type_names::push_generic_params(
+ type_names::push_generic_args(
246
tcx,
247
tcx.normalize_erasing_regions(ty::TypingEnv::fully_monomorphized(), args),
248
&mut name,
0 commit comments