We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677357d commit f06640dCopy full SHA for f06640d
compiler/rustc_ty_utils/messages.ftl
@@ -12,7 +12,7 @@ ty_utils_array_not_supported = array construction is not supported in generic co
12
13
ty_utils_block_not_supported = blocks are not supported in generic constants
14
15
-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
16
17
ty_utils_tuple_not_supported = tuple construction is not supported in generic constants
18
0 commit comments