We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557a12d commit 07ef379Copy full SHA for 07ef379
compiler/stable_mir/src/mir/body.rs
@@ -511,7 +511,7 @@ pub struct VarDebugInfo {
511
pub name: Symbol,
512
513
/// Source info of the user variable, including the scope
514
- /// within which the variable is visible (to debuginfo)
+ /// within which the variable is visible (to debuginfo).
515
pub source_info: SourceInfo,
516
517
/// The user variable's data is split across several fragments,
0 commit comments