File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
401401borrowck_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
404404borrowck_mut_borrow_place_static =
405405 cannot borrow immutable static item `{ $place } ` as mutable
@@ -414,10 +414,10 @@ borrowck_mut_borrow_self_behind_index =
414414 cannot borrow `{ $place } ` as mutable, as it is behind an index of { $name }
415415
416416borrowck_mut_borrow_self_behind_ref =
417- cannot borrow ` { $place } ` as mutable, as it is behind a `&` reference
417+ cannot borrow { $place } as mutable, as it is behind a `&` reference
418418
419419borrowck_mut_borrow_self_in_fn =
420- cannot borrow ` { $place } ` as mutable, as it is a captured variable in a `Fn` closure
420+ cannot borrow { $place } as mutable, as it is a captured variable in a `Fn` closure
421421
422422borrowck_mut_borrow_symbol_declared_immute =
423423 cannot borrow `{ $place } ` as mutable, as `{ $name } ` is not declared as mutable
You can’t perform that action at this time.
0 commit comments