Skip to content

Commit 77d7e44

Browse files
Update compiler/stable_mir/src/mir/body.rs
Co-authored-by: Michael Goulet <[email protected]>
1 parent e16ebdb commit 77d7e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/stable_mir/src/mir/body.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ impl BorrowKind {
813813
match self {
814814
BorrowKind::Mut { .. } => Mutability::Mut,
815815
BorrowKind::Shared => Mutability::Not,
816-
// There's no type corresponding to a shallow borrow, so use `&` as an approximation.
816+
// FIXME: There's no type corresponding to a shallow borrow, so use `&` as an approximation.
817817
BorrowKind::Fake => Mutability::Not,
818818
}
819819
}

0 commit comments

Comments
 (0)