use offset_of! to calculate dirent64 field offsets
This commit is contained in:
parent
67626b8e89
commit
20c25d6c31
2 changed files with 3 additions and 25 deletions
|
@ -298,6 +298,7 @@
|
|||
#![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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue