Closed
Description
opened on Aug 13, 2015
This is a tracking issue for the unstable placement_new_protocol
feature in the standard library, and placement_in_syntax
/box_syntax
in the compiler.
(@pnkfelix adds below:)
Things to decide / finalize before stabilization:
- placement-in syntax, e.g.
in PLACE { BLOCK }
vsPLACE <- EXPR
. (See Place left arrow syntax (place <- expr
) rfcs#1228 ) - protocol interface, e.g. passing
&mut self
vsself
for thePlacer::make_place
(Placement protocol should not consume Placer rfcs#1286). - Is a desugaring
box EXPR
part of this? (currently the desugaring doesn't work due to type inference issues). - Factor a common
Place
forInPlace
andBoxPlace
, or just have theInPlace
trait independently from anyBoxPlace
.
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the language team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Activity