Adjust wording of a diagnostic
This commit is contained in:
parent
3cd0b46bac
commit
00e62fabf1
10 changed files with 18 additions and 18 deletions
|
@ -298,7 +298,7 @@ impl NonConstOp for MutBorrow {
|
|||
ccx.tcx.sess,
|
||||
span,
|
||||
E0764,
|
||||
"{}mutable references are not allowed in final value of {}s",
|
||||
"{}mutable references are not allowed in the final value of {}s",
|
||||
raw,
|
||||
ccx.const_kind(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue