File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -898,6 +898,9 @@ Compatibility Notes
898
898
* [ Ctrl-Z returns from ` Stdin.read() ` when reading from the console on
899
899
Windows] [ 38274 ]
900
900
* [ 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 ] .
901
904
902
905
[ 37057 ] : https://github.com/rust-lang/rust/pull/37057
903
906
[ 37761 ] : https://github.com/rust-lang/rust/pull/37761
@@ -932,6 +935,7 @@ Compatibility Notes
932
935
[ 39048 ] : https://github.com/rust-lang/rust/pull/39048
933
936
[ 39282 ] : https://github.com/rust-lang/rust/pull/39282
934
937
[ 39379 ] : https://github.com/rust-lang/rust/pull/39379
938
+ [ 41105 ] : https://github.com/rust-lang/rust/issues/41105
935
939
[ `<*const T>::wrapping_offset` ] : https://doc.rust-lang.org/std/primitive.pointer.html#method.wrapping_offset
936
940
[ `<*mut T>::wrapping_offset` ] : https://doc.rust-lang.org/std/primitive.pointer.html#method.wrapping_offset
937
941
[ `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