1
Fork 0

Explicitly reject negative and reservation drop impls

This commit is contained in:
Michael Goulet 2023-04-26 18:22:32 +00:00
parent 6ce22733b9
commit bd146c72ac
10 changed files with 74 additions and 28 deletions

View file

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