We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e2628 commit 7c0f664Copy full SHA for 7c0f664
src/libstd/ffi/c_str.rs
@@ -682,7 +682,7 @@ impl Borrow<CStr> for CString {
682
fn borrow(&self) -> &CStr { self }
683
}
684
685
-#[stable(feature = "cstring_from_cow_cstr", since = "1.2780")]
+#[stable(feature = "cstring_from_cow_cstr", since = "1.28.0")]
686
impl<'a> From<Cow<'a, CStr>> for CString {
687
#[inline]
688
fn from(s: Cow<'a, CStr>) -> Self {
0 commit comments