1
Fork 0

Remove unused fluent messages

This commit is contained in:
r0cky 2024-03-03 00:57:45 +08:00
parent c3954b358f
commit d88c7ffc62
5 changed files with 0 additions and 22 deletions

View file

@ -146,9 +146,6 @@ const_eval_intern_kind = {$kind ->
*[other] {""}
}
const_eval_invalid_align =
align has to be a power of 2
const_eval_invalid_align_details =
invalid align passed to `{$name}`: {$align} is {$err_kind ->
[not_power_of_two] not a power of 2