Update RELEASES.md

Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
This commit is contained in:
XAMPPRocky 2019-12-03 23:27:24 +01:00 committed by GitHub
parent 89611e1737
commit dbfb00c4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Compatibility Notes
- [The `include!` macro will now warn if it failed to include the
entire file.][64284] The `include!` macro unintentionally only includes the
first _expression_ in a file, and this can be unintuitive. This will become
a hard error in a future release.
either a hard error in a future release, or the behavior may be fixed to include all expressions as expected.
- [Using `#[inline]` on function prototypes and consts now emits a warning under
`unused_attribute` lint.][65294] Using `#[inline]` anywhere else inside traits
or `extern` blocks now correctly emits a hard error.