File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Language
1616- [Warn against refining impls of crate-private traits with `refining_impl_trait` lint.](https://github.com/rust-lang/rust/pull/121720/)
1717- [Stabilize associated type bounds (RFC 2289).](https://github.com/rust-lang/rust/pull/122055/)
1818- [Stabilize importing `main` from other modules or crates.](https://github.com/rust-lang/rust/pull/122060/)
19+ - [Check return types of function types for well-formedness](https://github.com/rust-lang/rust/pull/115538)
20+ - [Rework `impl Trait` lifetime inference](https://github.com/rust-lang/rust/pull/116891/)
21+ - [Change inductive trait solver cycles to be ambiguous](https://github.com/rust-lang/rust/pull/122791)
1922
2023<a id="1.79.0-Compiler"></a>
2124
You can’t perform that action at this time.
0 commit comments