Closed
Description
Right now, the libc crate is at Rust edition 2015. Is there a desire to bump to a newer edition?
That would require a significant amount of changes, such as adding crate
to paths that being with ::
(e.g., crate::c_int
instead of ::c_int
). It would also require types inside an union
to be Copy
or wrapped in a ManuallyDrop
.