1
Fork 0

Update ty_utils_never_to_any_not_supported diagnostic message

This commit is contained in:
DaniPopes 2023-04-10 22:03:08 +02:00
parent 677357d32b
commit f06640de08
No known key found for this signature in database
GPG key ID: 0F09640DDB7AC692

View file

@ -12,7 +12,7 @@ ty_utils_array_not_supported = array construction is not supported in generic co
ty_utils_block_not_supported = blocks are not supported in generic constants
ty_utils_never_to_any_not_supported = converting never to any is not supported in generic constants
ty_utils_never_to_any_not_supported = coercing the `never` type is not supported in generic constants
ty_utils_tuple_not_supported = tuple construction is not supported in generic constants