1
Fork 0

Tweak E0320 overflow error wording

Surrount type with backticks as we should in every error.
This commit is contained in:
Esteban Küber 2024-11-05 21:54:45 +00:00
parent e8c698bb3b
commit dceb3fc9fa
9 changed files with 17 additions and 17 deletions

View file

@ -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