about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-27 08:24:54 +0000
committerbors <bors@rust-lang.org>2023-10-27 08:24:54 +0000
commit54e57e66ffb8ef4f97916d46f40ddcb464fc8be3 (patch)
tree0bcd84bc579f84cf8584d1b853dc803b20625f1e /library/alloc
parent707d8c3f1bba10d5aaa9c8719c410711edf2e227 (diff)
parentfe97fdf782a89563308e0ea03b1840c8dbc0bd68 (diff)
downloadrust-54e57e66ffb8ef4f97916d46f40ddcb464fc8be3.tar.gz
rust-54e57e66ffb8ef4f97916d46f40ddcb464fc8be3.zip
Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay
Stabilize `[const_]pointer_byte_offsets`

Closes #96283
Awaiting FCP completion: https://github.com/rust-lang/rust/issues/96283#issuecomment-1735835331

r? libs-api
Diffstat (limited to 'library/alloc')
-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 f28ae9a07b4..4f0a02da440 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -141,7 +141,6 @@
 #![feature(maybe_uninit_uninit_array)]
 #![feature(maybe_uninit_uninit_array_transpose)]
 #![feature(pattern)]
-#![feature(pointer_byte_offsets)]
 #![feature(ptr_addr_eq)]
 #![feature(ptr_internals)]
 #![feature(ptr_metadata)]