Skip to content

Commit 901cfee

Browse files
Mark-Simulacrumslanternscuviper
authored
Apply suggestions from code review
Co-authored-by: Slanterns <[email protected]> Co-authored-by: Josh Stone <[email protected]>
1 parent 43af732 commit 901cfee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Language
1111
Read more in [RFC 2145](https://rust-lang.github.io/rfcs/2145-type-privacy.html).
1212
- [Allow explicit `#[repr(Rust)]`](https://github.com/rust-lang/rust/pull/114201/)
1313
- [closure field capturing: don't depend on alignment of packed fields](https://github.com/rust-lang/rust/pull/115315/)
14+
- [Stabilize `impl_trait_projections`](https://github.com/rust-lang/rust/pull/115659)
1415

1516
<a id="1.74.0-Compiler"></a>
1617

@@ -65,6 +66,7 @@ Compatibility Notes
6566
- [Raise minimum supported Apple OS versions](https://github.com/rust-lang/rust/pull/104385/)
6667
- [make Cell::swap panic if the Cells partially overlap](https://github.com/rust-lang/rust/pull/114795/)
6768
- [Reject invalid crate names in `--extern`](https://github.com/rust-lang/rust/pull/116001/)
69+
- [The new `impl From<{&,&mut} [T; N]> for Vec<T>` is known to cause some inference failures with overly-generic code.](https://github.com/rust-lang/rust/issues/117054) In those examples using the `tui` crate, the combination of `AsRef<_>` and `Into<Vec>` leaves the middle type ambiguous, and the new `impl` adds another possibility, so it now requires an explicit type annotation.
6870

6971
<a id="1.74.0-Internal-Changes"></a>
7072

0 commit comments

Comments
 (0)