about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-03-04 04:25:36 +0100
committerest31 <MTest31@outlook.com>2023-03-11 20:40:18 +0100
commit7f4cc178f07fca98aee1b58bb4f82b2f45f8afac (patch)
tree41c6dcf644b73c38a8246ce82c1061814231d016 /compiler/rustc_codegen_llvm/src
parent7a686bf41dbaf065203336c1e99e0406de621587 (diff)
downloadrust-7f4cc178f07fca98aee1b58bb4f82b2f45f8afac.tar.gz
rust-7f4cc178f07fca98aee1b58bb4f82b2f45f8afac.zip
Address the new odd backticks tidy lint in compiler/
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs b/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs
index 93419d27a62..978141917c6 100644
--- a/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs
+++ b/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs
@@ -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>,