Skip to content

Commit bce0860

Browse files
committed
again
1 parent 72956f8 commit bce0860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/messages.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ borrowck_mut_borrow_place_declared_immute =
399399
cannot borrow `{$place}` as mutable, as it is not declared as mutable
400400
401401
borrowck_mut_borrow_place_in_pattern_guard_immute =
402-
cannot borrow {$place} as mutable, as it is immutable for the pattern guard
402+
cannot borrow `{$place}` as mutable, as it is immutable for the pattern guard
403403
404404
borrowck_mut_borrow_place_static =
405405
cannot borrow immutable static item `{$place}` as mutable

0 commit comments

Comments
 (0)