about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-11-23 01:00:11 +0000
committerMichael Goulet <michael@errs.io>2024-12-02 22:21:53 +0000
commit9bda88bb58c1c6fa175166a7d5272f483eac38c8 (patch)
tree9d1d45a29b5738d4f86c28415fab163ecf5993a8 /compiler/rustc_hir_analysis/messages.ftl
parente91fc1bc0c05da68d218a01d550c6d12297f5703 (diff)
downloadrust-9bda88bb58c1c6fa175166a7d5272f483eac38c8.tar.gz
rust-9bda88bb58c1c6fa175166a7d5272f483eac38c8.zip
Fix const specialization
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
-rw-r--r--compiler/rustc_hir_analysis/messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl
index cb658111392..070d63b48b7 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -113,8 +113,6 @@ hir_analysis_const_param_ty_impl_on_unsized =
     the trait `ConstParamTy` may not be implemented for this type
     .label = type is not `Sized`
 
-hir_analysis_const_specialize = cannot specialize on const impl with non-const impl
-
 hir_analysis_copy_impl_on_non_adt =
     the trait `Copy` cannot be implemented for this type
     .label = type is not a structure or enumeration