File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments