File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
Version 1.7.0 (2016-03-03)
2
2
==========================
3
3
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
-
14
4
Libraries
15
5
---------
16
6
@@ -115,6 +105,12 @@ Cargo
115
105
Compatibility Notes
116
106
-------------------
117
107
108
+ * Soundness fixes to the interactions between associated types and
109
+ lifetimes, specified in [ RFC 1214] , [ now generate errors] [ 1.7sf ] for
110
+ code that violates the new rules. This is a significant change that
111
+ is known to break existing code, so it has emitted warnings for the
112
+ new error cases since 1.4 to give crate authors time to adapt. The
113
+ details of what is changing are subtle; read the RFC for more.
118
114
* [ Several bugs in the compiler's visibility calculations were
119
115
fixed] [ 1.7v ] . Since this was found to break significant amounts of
120
116
code, the new errors will be emitted as warnings for several release
You can’t perform that action at this time.
0 commit comments