Stabilize feature 'cstr_from_bytes_until_nul'

This commit is contained in:
Trevor Gross
2023-01-28 17:06:30 -05:00
parent ad8e1dc286
commit 83b05ef0ee
5 changed files with 5 additions and 10 deletions

View File

@@ -505,7 +505,7 @@ impl Error for crate::ffi::FromBytesWithNulError {
}
}
#[unstable(feature = "cstr_from_bytes_until_nul", issue = "95027")]
#[stable(feature = "cstr_from_bytes_until_nul", since = "CURRENT_RUSTC_VERSION")]
impl Error for crate::ffi::FromBytesUntilNulError {}
#[unstable(feature = "get_many_mut", issue = "104642")]