We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b3dd9 commit 39af41eCopy full SHA for 39af41e
library/std/src/ffi/mod.rs
@@ -145,7 +145,7 @@
145
146
#[stable(feature = "cstr_from_bytes", since = "1.10.0")]
147
pub use self::c_str::FromBytesWithNulError;
148
-#[stable(feature = "cstring_from_vec_with_nul", since = "1.57.0")]
+#[stable(feature = "cstring_from_vec_with_nul", since = "1.58.0")]
149
pub use self::c_str::FromVecWithNulError;
150
#[stable(feature = "rust1", since = "1.0.0")]
151
pub use self::c_str::{CStr, CString, IntoStringError, NulError};
0 commit comments