We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72956f8 commit bce0860Copy full SHA for bce0860
compiler/rustc_borrowck/messages.ftl
@@ -399,7 +399,7 @@ borrowck_mut_borrow_place_declared_immute =
399
cannot borrow `{$place}` as mutable, as it is not declared as mutable
400
401
borrowck_mut_borrow_place_in_pattern_guard_immute =
402
- cannot borrow {$place} as mutable, as it is immutable for the pattern guard
+ cannot borrow `{$place}` as mutable, as it is immutable for the pattern guard
403
404
borrowck_mut_borrow_place_static =
405
cannot borrow immutable static item `{$place}` as mutable
0 commit comments