Add offset-ish convenience methods to NonNull

This commit is contained in:
Maybe Waffle
2023-11-07 23:55:00 +00:00
parent 36a587fb62
commit ebdc79497f
2 changed files with 274 additions and 0 deletions

View File

@@ -178,6 +178,7 @@
#![feature(is_ascii_octdigit)]
#![feature(isqrt)]
#![feature(maybe_uninit_uninit_array)]
#![feature(non_null_convenience)]
#![feature(offset_of)]
#![feature(offset_of_enum)]
#![feature(ptr_alignment_type)]