Skip to content

Commit e13f6b6

Browse files
committed
Apply feedback
1 parent 6049e90 commit e13f6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/inside-rust/2021-03-03-planning-rust-2021.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Currently the following traits are being proposed for inclusion in the Rust 2021
2828
* `TryFrom`/`TryInto`
2929
* `FromIterator`
3030

31-
The RFC for this change can be found [here](https://github.com/rust-lang/rfcs/pull/3090)
31+
The RFC for this change can be found [here](https://github.com/rust-lang/rfcs/pull/3090). Please note that the RFC is not yet merged, and the contents for a new prelude are still under active discussion.
3232

3333
### New closure capture rules
3434

35-
[RFC 2229](https://github.com/rust-lang/rfcs/pull/2229) proposed that closures capture individual fields and not the whole struct when possible. This RFC has been accepted. In some circumstances this change would break code that currently compiles making this an edition specific change.
35+
[RFC 2229](https://github.com/rust-lang/rfcs/pull/2229) proposed that closures capture individual fields and not the whole struct when possible. This RFC has been accepted. In some circumstances this change would cause destructors to run at different times than they currently do, so the change must be tied to an edition. Migration lints will be provided to avoid changing the semantics of existing code.
3636

3737
### New default feature resolver in Cargo
3838

0 commit comments

Comments
 (0)