Stabilize simple offset_of

This commit is contained in:
George Bateman
2023-12-05 22:15:26 +00:00
parent 88189a71e4
commit 615946db4f
30 changed files with 134 additions and 49 deletions

View File

@@ -329,7 +329,6 @@
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_uninit_array)]
#![feature(maybe_uninit_write_slice)]
#![feature(offset_of)]
#![feature(panic_can_unwind)]
#![feature(panic_info_message)]
#![feature(panic_internals)]