Tracking Issue for pointer_is_aligned_for
#140980
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.
Feature gate:
#![feature(pointer_is_aligned_for)]
This is a tracking issue for adding the convenience method
is_aligned_for
to*const T
,*mut T
andNonNull<T>
.Steps / History
ptr::is_aligned_for::<U>
libs-team#588ptr::is_aligned_for
andNonNull::is_aligned_for
. #140982Unresolved Questions
None yet.
The text was updated successfully, but these errors were encountered: