about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2019-12-03 23:27:24 +0100
committerGitHub <noreply@github.com>2019-12-03 23:27:24 +0100
commitdbfb00c4de2bd2c071344729dd3609a963b2da4c (patch)
tree758d4be939536b0806a17489168bf91c7fe5ff39
parent89611e17372b7b87536afa2d497cd0d557b0903f (diff)
downloadrust-dbfb00c4de2bd2c071344729dd3609a963b2da4c.tar.gz
rust-dbfb00c4de2bd2c071344729dd3609a963b2da4c.zip
Update RELEASES.md
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2ba18e3ee81..dca1febe568 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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.