Closed
Description
Tracking issue for #![feature(pin_static_ref)]
, as added by #77726.
Interface:
impl<T: ?Sized> Pin<&'static T> {
pub const fn static_ref(r: &'static T) -> Pin<&'static T>;
}
impl<T: ?Sized> Pin<&'static mut T> {
pub const fn static_mut(r: &'static mut T) -> Pin<&'static mut T>;
}
@rustbot modify labels: +B-unstable +C-tracking-issue +T-libs
Metadata
Metadata
Assignees
Labels
Area: PinBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.