Skip to content

Commit 5b25de5

Browse files
committed
Reference tracking issue
1 parent 33c71ac commit 5b25de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/os/raw/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ pub use core::ffi::c_void;
156156
///
157157
/// This type is currently always [`usize`], however in the future there may be
158158
/// platforms where this is not the case.
159-
#[unstable(feature = "c_size_t", issue = "none")]
159+
#[unstable(feature = "c_size_t", issue = "88345")]
160160
pub type c_size_t = usize;
161161

162162
/// Equivalent to C's `ssize_t` type, from `stddef.h` (or `cstddef` for C++).
163163
///
164164
/// This type is currently always [`isize`], however in the future there may be
165165
/// platforms where this is not the case.
166-
#[unstable(feature = "c_size_t", issue = "none")]
166+
#[unstable(feature = "c_size_t", issue = "88345")]
167167
pub type c_ssize_t = isize;

0 commit comments

Comments
 (0)