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
- [Future compatibility warning for some impls being incorrectly considered not overlapping.](https://github.com/rust-lang/rust/pull/114023/)
16
14
- [The `invalid_reference_casting` lint is now **deny-by-default** (instead of allow-by-default)](https://github.com/rust-lang/rust/pull/112431)
@@ -24,7 +22,6 @@ Compiler
24
22
- [Add documentation on v0 symbol mangling.](https://github.com/rust-lang/rust/pull/97571/)
25
23
- [Stabilize `extern "thiscall"` and `"thiscall-unwind"` ABIs.](https://github.com/rust-lang/rust/pull/114562/)
26
24
- [Only check outlives goals on impl compared to trait.](https://github.com/rust-lang/rust/pull/109356/)
27
-
- [Check for non-defining uses of return position `impl Trait`.](https://github.com/rust-lang/rust/pull/112842/)
28
25
- [Infer type in irrefutable slice patterns with fixed length as array.](https://github.com/rust-lang/rust/pull/113199/)
29
26
- [Discard default auto trait impls if explicit ones exist.](https://github.com/rust-lang/rust/pull/113312/)
30
27
- Add several new tier 3 targets:
@@ -100,6 +97,7 @@ Compatibility Notes
100
97
-------------------
101
98
102
99
- [Update the minimum external LLVM to 15.](https://github.com/rust-lang/rust/pull/114148/)
100
+
- [Check for non-defining uses of return position `impl Trait`.](https://github.com/rust-lang/rust/pull/112842/)
103
101
104
102
<a id="1.73.0-Internal-Changes"></a>
105
103
@@ -114,6 +112,8 @@ tools.
114
112
- [Port PGO/LTO/BOLT optimized build pipeline to Rust.](https://github.com/rust-lang/rust/pull/112235/)
115
113
- [Replace in-tree `rustc_apfloat` with the new version of the crate.](https://github.com/rust-lang/rust/pull/113843/)
116
114
- [Update to LLVM 17.](https://github.com/rust-lang/rust/pull/114048/)
115
+
- [Add `internal_features` lint for internal unstable features.](https://github.com/rust-lang/rust/pull/108955/)
116
+
- [Mention style for new syntax in tracking issue template.](https://github.com/rust-lang/rust/pull/113586/)
0 commit comments