Skip to content

Commit 7a9f998

Browse files
committed
Move the RFC 1214 breakage to 1.7 compatibility notes
1 parent 0cd55e5 commit 7a9f998

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

RELEASES.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
Version 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-
144
Libraries
155
---------
166

@@ -115,6 +105,12 @@ Cargo
115105
Compatibility Notes
116106
-------------------
117107

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.
118114
* [Several bugs in the compiler's visibility calculations were
119115
fixed][1.7v]. Since this was found to break significant amounts of
120116
code, the new errors will be emitted as warnings for several release

0 commit comments

Comments
 (0)