You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changelog.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,21 @@ with the change that has been applied due to it.
18
18
just the language changes that had an impact to the FLS. See the `release
19
19
notes`_ for a full list of changes.
20
20
21
+
Language changes in Rust 1.90.0
22
+
-------------------------------
23
+
24
+
- `Split up the unknown_or_malformed_diagnostic_attributes lint <https://github.com/rust-lang/rust/pull/140717>`_
25
+
26
+
- No change: lints are not part of the FLS
27
+
28
+
- `Allow constants whose final value has references to mutable/external memory, but reject such constants as patterns <https://github.com/rust-lang/rust/pull/140942>`_
29
+
30
+
- New paragraph: :p:`fls_wJ9f906BlBvg`
31
+
32
+
- `Allow volatile access to non-Rust memory, including address 0 <https://github.com/rust-lang/rust/pull/141260>`_
0 commit comments