Closed
Description
Looking at https://doc.rust-lang.org/nightly/std/pin/struct.Pin.html, I see that Pin::set takes self
by value. This is unlike the API that was proposed in the tracking issue #55766, which would take &mut self
instead, and I could not find a rationale for this discrepancy in the tracking issue.
Is this intended? If not, you may want to fix this before the Pin stabilization actually hits beta/stable 😉
Metadata
Metadata
Assignees
Labels
No labels