We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89611e1 commit dbfb00cCopy full SHA for dbfb00c
RELEASES.md
@@ -89,7 +89,7 @@ Compatibility Notes
89
- [The `include!` macro will now warn if it failed to include the
90
entire file.][64284] The `include!` macro unintentionally only includes the
91
first _expression_ in a file, and this can be unintuitive. This will become
92
- 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.
93
- [Using `#[inline]` on function prototypes and consts now emits a warning under
94
`unused_attribute` lint.][65294] Using `#[inline]` anywhere else inside traits
95
or `extern` blocks now correctly emits a hard error.
0 commit comments