From f6d2843d6879b5741ab716bd8ca826c2ac5414cb Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Wed, 30 Jun 2021 21:53:48 -0400 Subject: Respond to review feedback --- compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm/src') diff --git a/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs b/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs index 78709a1abe7..7e136c1b24c 100644 --- a/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs +++ b/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs @@ -1545,7 +1545,7 @@ impl EnumMemberDescriptionFactory<'ll, 'tcx> { // {name} discriminant; // } // ``` - // The natvis in `intrinsic.nativs` then matches on `this.discriminant` to + // The natvis in `intrinsic.natvis` then matches on `this.discriminant` to // determine which variant is active and then displays it. let enum_layout = self.layout; let offset = enum_layout.fields.offset(tag_field); -- cgit 1.4.1-3-g733a5