1
Fork 0

Fix const specialization

This commit is contained in:
Michael Goulet 2024-11-23 01:00:11 +00:00
parent e91fc1bc0c
commit 9bda88bb58
11 changed files with 133 additions and 50 deletions

View file

@ -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