Tracking Issue for Vec::push_mut
#135974
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(push_mut)]
This is a tracking issue for
Vec::push_mut
, as discussed in the comments of this ACP. This adds a way to get a reference to the just-pushed value, which can eliminate having to.unwrap()
or access the back of the list twice.Public API
Steps / History
push_mut
#135975Unresolved Questions
The text was updated successfully, but these errors were encountered: