Adjust wording of a diagnostic

This commit is contained in:
oli 2021-01-16 18:05:51 +00:00
parent 3cd0b46bac
commit 00e62fabf1
10 changed files with 18 additions and 18 deletions

View file

@ -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(),
);