Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f06640d

Browse files
committedApr 10, 2023
Update ty_utils_never_to_any_not_supported diagnostic message
1 parent 677357d commit f06640d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_ty_utils/messages.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ty_utils_array_not_supported = array construction is not supported in generic co
1212
1313
ty_utils_block_not_supported = blocks are not supported in generic constants
1414
15-
ty_utils_never_to_any_not_supported = converting never to any is not supported in generic constants
15+
ty_utils_never_to_any_not_supported = coercing the `never` type is not supported in generic constants
1616
1717
ty_utils_tuple_not_supported = tuple construction is not supported in generic constants
1818

0 commit comments

Comments
 (0)
Please sign in to comment.