File tree 1 file changed +3
-3
lines changed
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 =
399
399
cannot borrow `{ $place } ` as mutable, as it is not declared as mutable
400
400
401
401
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
403
403
404
404
borrowck_mut_borrow_place_static =
405
405
cannot borrow immutable static item `{ $place } ` as mutable
@@ -414,10 +414,10 @@ borrowck_mut_borrow_self_behind_index =
414
414
cannot borrow `{ $place } ` as mutable, as it is behind an index of { $name }
415
415
416
416
borrowck_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
418
418
419
419
borrowck_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
421
421
422
422
borrowck_mut_borrow_symbol_declared_immute =
423
423
cannot borrow `{ $place } ` as mutable, as `{ $name } ` is not declared as mutable
You can’t perform that action at this time.
0 commit comments