about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/metadata
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-04-15 21:00:11 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-04-15 21:00:11 +0300
commit38f7060a73acd5ec6ed7d4820dccbf2aa584fc68 (patch)
treee106013ab3b9578ad770e5ed78d7ce7ec21c904a /compiler/rustc_codegen_llvm/src/debuginfo/metadata
parent40dacd50b7074783db748d73925ac5c3693a7ec1 (diff)
downloadrust-38f7060a73acd5ec6ed7d4820dccbf2aa584fc68.tar.gz
rust-38f7060a73acd5ec6ed7d4820dccbf2aa584fc68.zip
Revert "Deduplicate template parameter creation"
This reverts commit 6adc2c1fd6ecde7bf83c8b8fbc71f402ced87054.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/debuginfo/metadata')
-rw-r--r--compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs b/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs
index 6792c307fdc..7c701926d2c 100644
--- a/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs
+++ b/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/mod.rs
@@ -363,7 +363,6 @@ fn build_coroutine_variant_struct_type_di_node<'ll, 'tcx>(
 
             state_specific_fields.into_iter().chain(common_fields).collect()
         },
-        // FIXME: this is a no-op. `build_generic_type_param_di_nodes` only works for Adts.
         |cx| build_generic_type_param_di_nodes(cx, coroutine_type_and_layout.ty),
     )
     .di_node