Explicitly reject negative and reservation drop impls
This commit is contained in:
parent
6ce22733b9
commit
bd146c72ac
10 changed files with 74 additions and 28 deletions
|
@ -276,3 +276,7 @@ hir_analysis_const_specialize = cannot specialize on const impl with non-const i
|
|||
hir_analysis_static_specialize = cannot specialize on `'static` lifetime
|
||||
|
||||
hir_analysis_missing_tilde_const = missing `~const` qualifier for specialization
|
||||
|
||||
hir_analysis_drop_impl_negative = negative `Drop` impls are not supported
|
||||
|
||||
hir_analysis_drop_impl_reservation = reservation `Drop` impls are not supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue