about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorAria Beingessner <a.beingessner@gmail.com>2024-03-03 14:44:15 -0500
committerAria Beingessner <a.beingessner@gmail.com>2024-03-29 19:59:46 -0400
commitea92faec491084849f9c2fb258a0e3161bb29ae4 (patch)
tree6733f6bddf223df0e8e865bc2da584338aa3eb8a /library/alloc/src
parentfaae5f1ffe7b7b97e91eee6184807ac7307aafaa (diff)
downloadrust-ea92faec491084849f9c2fb258a0e3161bb29ae4.tar.gz
rust-ea92faec491084849f9c2fb258a0e3161bb29ae4.zip
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
This is an alternative to #121920
Diffstat (limited to 'library/alloc/src')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index b6a9d6005d4..cafd59cb0d9 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -198,7 +198,6 @@
 #![feature(multiple_supertrait_upcastable)]
 #![feature(negative_impls)]
 #![feature(never_type)]
-#![feature(pointer_is_aligned)]
 #![feature(rustc_allow_const_fn_unstable)]
 #![feature(rustc_attrs)]
 #![feature(slice_internals)]