diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2025-04-15 21:00:11 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2025-04-15 21:00:11 +0300 |
| commit | 38f7060a73acd5ec6ed7d4820dccbf2aa584fc68 (patch) | |
| tree | e106013ab3b9578ad770e5ed78d7ce7ec21c904a /compiler/rustc_codegen_llvm/src/debuginfo/metadata | |
| parent | 40dacd50b7074783db748d73925ac5c3693a7ec1 (diff) | |
| download | rust-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.rs | 1 |
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 |
