We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16ebdb commit 77d7e44Copy full SHA for 77d7e44
compiler/stable_mir/src/mir/body.rs
@@ -813,7 +813,7 @@ impl BorrowKind {
813
match self {
814
BorrowKind::Mut { .. } => Mutability::Mut,
815
BorrowKind::Shared => Mutability::Not,
816
- // There's no type corresponding to a shallow borrow, so use `&` as an approximation.
+ // FIXME: There's no type corresponding to a shallow borrow, so use `&` as an approximation.
817
BorrowKind::Fake => Mutability::Not,
818
}
819
0 commit comments