Skip to content

Commit

Permalink
fix wording in release notes
Browse files Browse the repository at this point in the history
C-like enums are still allowed to impl drop, you just can't cast them to numbers
  • Loading branch information
tinaun committed Aug 27, 2020
1 parent 3d0c847 commit 65b37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Expand Up @@ -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
Expand Down

0 comments on commit 65b37ce

Please sign in to comment.