about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-30 04:36:09 +0000
committerbors <bors@rust-lang.org>2024-03-30 04:36:09 +0000
commit174d07b539eaafed82f098d5ec86713312aa02c3 (patch)
treef8cf4b92803fcf54e55b3e42b02ae39f3972510c /library/alloc/src
parent69fa40cb48384fad7930dce2d9a20d18fe4d1b51 (diff)
parentea92faec491084849f9c2fb258a0e3161bb29ae4 (diff)
downloadrust-174d07b539eaafed82f098d5ec86713312aa02c3.tar.gz
rust-174d07b539eaafed82f098d5ec86713312aa02c3.zip
Auto merge of #121948 - Gankra:stab-align, r=dtolnay
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)]