Tracking Issue for non_null_from_ref
#130823
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(non_null_from_ref)]
This is a tracking issue for adding the convenience constructors
from_ref
andfrom_mut
tocore::ptr::NonNull
.Public API
Steps / History
from_ref
andfrom_mut
constructors tocore::ptr::NonNull
. #130822Unresolved Questions
The text was updated successfully, but these errors were encountered: