Skip to content

Commit 0b60af9

Browse files
committed
stop backporting
1 parent 6f6609a commit 0b60af9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ reasonable.
106106

107107
Even though the current defaults are judged to be suboptimal, some
108108
code out there may be relying on them. To make it easier to transition
109-
to Rust 1.1, we therefore add the option to "revert" to the older
109+
to Rust 1.2, we therefore add the option to "revert" to the older
110110
defaults by adding a `#[legacy]` attribute to the crate:
111111

112112
```rust
@@ -192,9 +192,6 @@ lifetime inference, which is one of the trickier parts of the compiler
192192
when it comes to error messages. The author (nmatsakis) plans to
193193
investigate possible changes to the compiler to improve the situation.
194194

195-
In order to ensure that we break as little code as possible, **these
196-
changes would be backported to the 1.1 release.**
197-
198195
# Drawbacks
199196

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

0 commit comments

Comments
 (0)