Skip to content

Commit f06640d

Browse files
committed
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

+1-1
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)