From 07ef3795b2c936798ecca68d0deec446f78bbd12 Mon Sep 17 00:00:00 2001 From: "Celina G. Val" Date: Sun, 3 Dec 2023 08:30:58 -0800 Subject: [PATCH] Update compiler/stable_mir/src/mir/body.rs Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> --- compiler/stable_mir/src/mir/body.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/stable_mir/src/mir/body.rs b/compiler/stable_mir/src/mir/body.rs index 8ad9306fe747a..3bd42d703c35d 100644 --- a/compiler/stable_mir/src/mir/body.rs +++ b/compiler/stable_mir/src/mir/body.rs @@ -511,7 +511,7 @@ pub struct VarDebugInfo { pub name: Symbol, /// Source info of the user variable, including the scope - /// within which the variable is visible (to debuginfo) + /// within which the variable is visible (to debuginfo). pub source_info: SourceInfo, /// The user variable's data is split across several fragments,