We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c71ac commit 5b25de5Copy full SHA for 5b25de5
library/std/src/os/raw/mod.rs
@@ -156,12 +156,12 @@ pub use core::ffi::c_void;
156
///
157
/// This type is currently always [`usize`], however in the future there may be
158
/// platforms where this is not the case.
159
-#[unstable(feature = "c_size_t", issue = "none")]
+#[unstable(feature = "c_size_t", issue = "88345")]
160
pub type c_size_t = usize;
161
162
/// Equivalent to C's `ssize_t` type, from `stddef.h` (or `cstddef` for C++).
163
164
/// This type is currently always [`isize`], however in the future there may be
165
166
167
pub type c_ssize_t = isize;
0 commit comments