File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 11Version 1.7.0 (2016-03-03)
22==========================
33
4- Language
5- --------
6-
7- * Soundness fixes to the interactions between associated types and
8- lifetimes, specified in [ RFC 1214] , [ now generate errors] [ 1.7sf ] for
9- code that violates the new rules. This is a significant change that
10- is known to break existing code, so it has emitted warnings for the
11- new error cases since 1.4 to give crate authors time to adapt. The
12- details of what is changing are subtle; read the RFC for more.
13-
144Libraries
155---------
166
@@ -112,6 +102,12 @@ Cargo
112102Compatibility Notes
113103-------------------
114104
105+ * Soundness fixes to the interactions between associated types and
106+ lifetimes, specified in [ RFC 1214] , [ now generate errors] [ 1.7sf ] for
107+ code that violates the new rules. This is a significant change that
108+ is known to break existing code, so it has emitted warnings for the
109+ new error cases since 1.4 to give crate authors time to adapt. The
110+ details of what is changing are subtle; read the RFC for more.
115111* [ Several bugs in the compiler's visibility calculations were
116112 fixed] [ 1.7v ] . Since this was found to break significant amounts of
117113 code, the new errors will be emitted as warnings for several release
You can’t perform that action at this time.
0 commit comments