Tracking Issue for pointer_is_aligned_for
#140980
Labels
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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: