From dbfb00c4de2bd2c071344729dd3609a963b2da4c Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:27:24 +0100 Subject: [PATCH] Update RELEASES.md Co-Authored-By: Mark Rousskov --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.