about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniPopes <57450786+DaniPopes@users.noreply.github.com>2023-04-10 22:03:08 +0200
committerDaniPopes <57450786+DaniPopes@users.noreply.github.com>2023-04-10 22:03:08 +0200
commitf06640de08c0e66de6bd3ea275ec52b96c3211a3 (patch)
tree500e3973d8a3cd6661cfb7792c9e5bc4d882106f
parent677357d32bd402ff1096803cb00b52124204af08 (diff)
downloadrust-f06640de08c0e66de6bd3ea275ec52b96c3211a3.tar.gz
rust-f06640de08c0e66de6bd3ea275ec52b96c3211a3.zip
Update ty_utils_never_to_any_not_supported diagnostic message
-rw-r--r--compiler/rustc_ty_utils/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ty_utils/messages.ftl b/compiler/rustc_ty_utils/messages.ftl
index abb0dca1742..15a14112f4a 100644
--- a/compiler/rustc_ty_utils/messages.ftl
+++ b/compiler/rustc_ty_utils/messages.ftl
@@ -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