Skip to content

Commit dbfb00c

Browse files
Update RELEASES.md
Co-Authored-By: Mark Rousskov <[email protected]>
1 parent 89611e1 commit dbfb00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

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

0 commit comments

Comments
 (0)