about summary refs log tree commit diff
path: root/library/std/src
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/std/src
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/std/src')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index aaf20875129..f57c8d4e7e2 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -331,7 +331,6 @@
 #![feature(panic_can_unwind)]
 #![feature(panic_info_message)]
 #![feature(panic_internals)]
-#![feature(pointer_byte_offsets)]
 #![feature(pointer_is_aligned)]
 #![feature(portable_simd)]
 #![feature(prelude_2024)]