Skip to content

Commit 4523351

Browse files
committed
RELEASES.md: document 1.16 lifetime elision change
Closes #41105.
1 parent c1111df commit 4523351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: RELEASES.md

+4
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,9 @@ Compatibility Notes
898898
* [Ctrl-Z returns from `Stdin.read()` when reading from the console on
899899
Windows][38274]
900900
* [Clean up semantics of `self` in an import list][38313]
901+
* Reimplemented lifetime elision. This change was almost entirely compatible
902+
with existing code, but it did close a number of small bugs and loopholes,
903+
as well as being more accepting in some other [cases][41105].
901904

902905
[37057]: https://github.com/rust-lang/rust/pull/37057
903906
[37761]: https://github.com/rust-lang/rust/pull/37761
@@ -932,6 +935,7 @@ Compatibility Notes
932935
[39048]: https://github.com/rust-lang/rust/pull/39048
933936
[39282]: https://github.com/rust-lang/rust/pull/39282
934937
[39379]: https://github.com/rust-lang/rust/pull/39379
938+
[41105]: https://github.com/rust-lang/rust/issues/41105
935939
[`<*const T>::wrapping_offset`]: https://doc.rust-lang.org/std/primitive.pointer.html#method.wrapping_offset
936940
[`<*mut T>::wrapping_offset`]: https://doc.rust-lang.org/std/primitive.pointer.html#method.wrapping_offset
937941
[`Duration::checked_add`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.checked_add

0 commit comments

Comments
 (0)