Skip to content

Commit a5d1e7a

Browse files
committed
Merge pull request rust-lang#31974 from brson/beta-next
Move the RFC 1214 breakage to 1.7 compatibility notes
2 parents 712f76f + 35dc016 commit a5d1e7a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

RELEASES.md

+6-10
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

@@ -112,6 +102,12 @@ Cargo
112102
Compatibility 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

0 commit comments

Comments
 (0)