Tweak E0320 overflow error wording
Surrount type with backticks as we should in every error.
This commit is contained in:
parent
e8c698bb3b
commit
dceb3fc9fa
9 changed files with 17 additions and 17 deletions
|
@ -68,8 +68,8 @@ middle_deprecated_in_version = use of {$kind} `{$path}` that will be deprecated
|
|||
middle_deprecated_suggestion = replace the use of the deprecated {$kind}
|
||||
|
||||
middle_drop_check_overflow =
|
||||
overflow while adding drop-check rules for {$ty}
|
||||
.note = overflowed on {$overflow_ty}
|
||||
overflow while adding drop-check rules for `{$ty}`
|
||||
.note = overflowed on `{$overflow_ty}`
|
||||
|
||||
middle_erroneous_constant = erroneous constant encountered
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue