Skip to content

Commit efad6db

Browse files
committed
Clarify that we would want to backport these changes to 1.1
1 parent 84233d8 commit efad6db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

text/0000-adjust-default-object-bounds.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The rules for user-defined types from RFC 599 are altered as follows
123123
required. There are no known examples of this in the standard
124124
library as this situation arises rarely in practice.*
125125

126-
# Breaking change implications
126+
# Timing and breaking change implications
127127

128128
This is a breaking change, and hence it behooves us to evaluate the
129129
impact and describe a procedure for making the change as painless as
@@ -147,6 +147,9 @@ lifetime inference, which is one of the trickier parts of the compiler
147147
when it comes to error messages. The author (nmatsakis) plans to
148148
investigate possible changes to the compiler to improve the situation.
149149

150+
In order to ensure that we break as little code as possible, **these
151+
changes would be backported to the 1.1 release.**
152+
150153
# Drawbacks
151154

152155
The primary drawback is that this is a breaking change, as discussed

0 commit comments

Comments
 (0)