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
16
16
- [Warn against refining impls of crate-private traits with `refining_impl_trait` lint.](https://github.com/rust-lang/rust/pull/121720/)
17
17
- [Stabilize associated type bounds (RFC 2289).](https://github.com/rust-lang/rust/pull/122055/)
18
18
- [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)
19
22
20
23
<a id="1.79.0-Compiler"></a>
21
24
You can’t perform that action at this time.
0 commit comments