We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58303b7 commit e54a829Copy full SHA for e54a829
src/librustc_codegen_llvm/debuginfo/metadata.rs
@@ -229,10 +229,7 @@ impl TypeMap<'ll, 'tcx> {
229
&mut self,
230
enum_type_id: UniqueTypeId,
231
) -> String {
232
- let variant_part_type_id =
233
- format!("{}_variant_part", self.get_unique_type_id_as_string(enum_type_id));
234
- self.unique_id_interner.intern(&variant_part_type_id);
235
- variant_part_type_id
+ format!("{}_variant_part", self.get_unique_type_id_as_string(enum_type_id))
236
}
237
238
0 commit comments