Internal: Add TODO about using core::ffi.

This commit is contained in:
Brian Smith 2022-10-21 10:43:12 -07:00
parent 6906cc1981
commit 0f9084fb97

View File

@ -19,6 +19,9 @@
//! are all uniformly defined on the platforms we care about. This will
//! probably change if/when we support 16-bit platforms or platforms where
//! `usize` and `uintptr_t` are different sizes.
//!
//! TODO(MSRV-1.64): Use `core::ffi::{c_int, c_uint}`, remove the libc
//! compatibility testing, and remove the libc dev-dependency.
// Keep in sync with the checks in base.h that verify these assumptions.