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
@@ -112,6 +102,12 @@ Cargo
112
102
Compatibility Notes
113
103
-------------------
114
104
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.
115
111
* [ Several bugs in the compiler's visibility calculations were
116
112
fixed] [ 1.7v ] . Since this was found to break significant amounts of
117
113
code, the new errors will be emitted as warnings for several release
You can’t perform that action at this time.
0 commit comments