Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions text/0809-box-and-in-for-stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- RFC PR: [rust-lang/rfcs#809](https://github.com/rust-lang/rfcs/pull/809)
- Rust Issue: [rust-lang/rust#22181](https://github.com/rust-lang/rust/issues/22181)

# This RFC has been **unapproved**

For details see the [summary comment].

[summary comment]: https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911

# Summary

* Change placement-new syntax from: `box (<place-expr>) <expr>` instead
Expand Down
6 changes: 6 additions & 0 deletions text/1228-placement-left-arrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- RFC PR: [rust-lang/rfcs#1228](https://github.com/rust-lang/rfcs/pull/1228)
- Rust Issue: [rust-lang/rust#27779](https://github.com/rust-lang/rust/issues/27779)

# This RFC has been **unapproved**

For details see the [summary comment].

[summary comment]: https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911

# Summary

Rather than trying to find a clever syntax for placement-new that leverages
Expand Down