File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Stabilized APIs
68
68
- [`VecDeque::partition_point`]
69
69
70
70
Cargo
71
- -----------------------
71
+ -----
72
72
73
73
- [Added the `--prune <spec>` option to `cargo-tree` to remove a package from
74
74
the dependency graph.][cargo/9520]
80
80
This variable points to a directory that integration tests and benches
81
81
can use as a "scratchpad" for testing filesystem operations.
82
82
83
+ Compatibility Notes
84
+ -------------------
85
+ - [Mixing Option and Result via `?` is no longer permitted in closures for inferred types.][86831]
86
+ - [Previously unsound code is no longer permitted where different constructors in branches
87
+ could require different lifetimes.][85574]
88
+ - As previously mentioned the [`std::arch` instrinsics now uses stricter const checking][83278]
89
+ than before and may reject some previously accepted code.
90
+ - [`i128` multiplication on Cortex M0+ platforms currently unconditionally causes overflow
91
+ when compiled with `codegen-units = 1`.][86063]
92
+
93
+ [85574]: https://github.com/rust-lang/rust/issues/85574
94
+ [86831]: https://github.com/rust-lang/rust/issues/86831
95
+ [86063]: https://github.com/rust-lang/rust/issues/86063
96
+ [86831]: https://github.com/rust-lang/rust/issues/86831
83
97
[79608]: https://github.com/rust-lang/rust/pull/79608
84
98
[84988]: https://github.com/rust-lang/rust/pull/84988
85
99
[84701]: https://github.com/rust-lang/rust/pull/84701
You can’t perform that action at this time.
0 commit comments