Skip to content

Commit

Permalink
Update compiler/stable_mir/src/mir/body.rs
Browse files Browse the repository at this point in the history
Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com>
  • Loading branch information
celinval and oliver authored Dec 3, 2023
1 parent 557a12d commit 07ef379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/stable_mir/src/mir/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 07ef379

Please sign in to comment.