Fix const specialization
This commit is contained in:
parent
e91fc1bc0c
commit
9bda88bb58
11 changed files with 133 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue