File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ 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.80.0
22
+ -------------------------------
23
+
24
+ * `Document maximum allocation size <https://github.com/rust-lang/rust/pull/116675/ >`_
25
+ * `Allow zero-byte offsets and ZST read/writes on arbitrary pointers <https://github.com/rust-lang/rust/pull/117329/ >`_
26
+ * `Support C23's variadics without a named parameter <https://github.com/rust-lang/rust/pull/124048/ >`_
27
+ * `Stabilize `exclusive_range_pattern ` feature <https://github.com/rust-lang/rust/pull/124459/>`_
28
+ * `Guarantee layout and ABI of `Result ` in some scenarios <https://github.com/rust-lang/rust/pull/124870>`_
29
+
21
30
Language changes in Rust 1.79.0
22
31
-------------------------------
23
32
You can’t perform that action at this time.
0 commit comments