stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate

This is an alternative to #121920
This commit is contained in:
Aria Beingessner
2024-03-03 14:44:15 -05:00
parent faae5f1ffe
commit ea92faec49
13 changed files with 30 additions and 51 deletions

View File

@@ -341,7 +341,7 @@
#![feature(panic_can_unwind)]
#![feature(panic_info_message)]
#![feature(panic_internals)]
#![feature(pointer_is_aligned)]
#![feature(pointer_is_aligned_to)]
#![feature(portable_simd)]
#![feature(prelude_2024)]
#![feature(ptr_as_uninit)]