Address the new odd backticks tidy lint in compiler/

This commit is contained in:
est31 2023-03-04 04:25:36 +01:00
parent 7a686bf41d
commit 7f4cc178f0
9 changed files with 10 additions and 6 deletions

View file

@ -438,6 +438,7 @@ fn build_enum_variant_member_di_node<'ll, 'tcx>(
/// DW_TAG_structure_type (type of variant 1)
/// DW_TAG_structure_type (type of variant 2)
/// DW_TAG_structure_type (type of variant 3)
/// ```
struct VariantMemberInfo<'a, 'll> {
variant_index: VariantIdx,
variant_name: Cow<'a, str>,