-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Milestone
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
.
Metadata
Metadata
Assignees
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.