Rollup merge of #75996 - tinaun:patch-2, r=jonas-schievink

fix wording in release notes

C-like enums are still allowed to impl drop, you just can't cast them to numbers
This commit is contained in:
Pietro Albini 2020-08-28 10:24:09 +02:00 committed by GitHub
commit 730c68ead5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ Compatibility Notes
-------------------
- [The target configuration option `abi_blacklist` has been renamed
to `unsupported_abis`.][74150] The old name will still continue to work.
- [Rustc will now warn if you have a C-like enum that implements `Drop`.][72331]
- [Rustc will now warn if you cast a C-like enum that implements `Drop`.][72331]
This was previously accepted but will become a hard error in a future release.
- [Rustc will fail to compile if you have a struct with
`#[repr(i128)]` or `#[repr(u128)]`.][74109] This representation is currently only