Skip to content

Commit

Permalink
Update ty_utils_never_to_any_not_supported diagnostic message
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 10, 2023
1 parent 677357d commit f06640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_ty_utils/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f06640d

Please sign in to comment.