diff options
| author | Nathan Stocks <cleancut@github.com> | 2021-10-20 15:36:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 15:36:55 -0600 |
| commit | 39af41ed65d7b5c3f9e4d6405b332642fbb431e6 (patch) | |
| tree | c1ac8af2e9d622b288b45bf631254a0ff401e0e5 /library/std/src/ffi | |
| parent | 86b3dd9e0abb0126f0718a8cade40d14b63fcb46 (diff) | |
| download | rust-39af41ed65d7b5c3f9e4d6405b332642fbb431e6.tar.gz rust-39af41ed65d7b5c3f9e4d6405b332642fbb431e6.zip | |
fix 'since' version number
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'library/std/src/ffi')
| -rw-r--r-- | library/std/src/ffi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/ffi/mod.rs b/library/std/src/ffi/mod.rs index b72b8031fbd..7f3bb836754 100644 --- a/library/std/src/ffi/mod.rs +++ b/library/std/src/ffi/mod.rs @@ -145,7 +145,7 @@ #[stable(feature = "cstr_from_bytes", since = "1.10.0")] pub use self::c_str::FromBytesWithNulError; -#[stable(feature = "cstring_from_vec_with_nul", since = "1.57.0")] +#[stable(feature = "cstring_from_vec_with_nul", since = "1.58.0")] pub use self::c_str::FromVecWithNulError; #[stable(feature = "rust1", since = "1.0.0")] pub use self::c_str::{CStr, CString, IntoStringError, NulError}; |
