@@ -1099,7 +1099,7 @@ impl From<&CStr> for CString {
10991099 }
11001100}
11011101
1102- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1102+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
11031103impl PartialEq < CStr > for CString {
11041104 #[ inline]
11051105 fn eq ( & self , other : & CStr ) -> bool {
@@ -1112,7 +1112,7 @@ impl PartialEq<CStr> for CString {
11121112 }
11131113}
11141114
1115- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1115+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
11161116impl PartialEq < & CStr > for CString {
11171117 #[ inline]
11181118 fn eq ( & self , other : & & CStr ) -> bool {
@@ -1126,7 +1126,7 @@ impl PartialEq<&CStr> for CString {
11261126}
11271127
11281128#[ cfg( not( no_global_oom_handling) ) ]
1129- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1129+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
11301130impl PartialEq < Cow < ' _ , CStr > > for CString {
11311131 #[ inline]
11321132 fn eq ( & self , other : & Cow < ' _ , CStr > ) -> bool {
@@ -1221,7 +1221,7 @@ impl CStr {
12211221 }
12221222}
12231223
1224- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1224+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
12251225impl PartialEq < CString > for CStr {
12261226 #[ inline]
12271227 fn eq ( & self , other : & CString ) -> bool {
@@ -1235,7 +1235,7 @@ impl PartialEq<CString> for CStr {
12351235}
12361236
12371237#[ cfg( not( no_global_oom_handling) ) ]
1238- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1238+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
12391239impl PartialEq < Cow < ' _ , Self > > for CStr {
12401240 #[ inline]
12411241 fn eq ( & self , other : & Cow < ' _ , Self > ) -> bool {
@@ -1249,7 +1249,7 @@ impl PartialEq<Cow<'_, Self>> for CStr {
12491249}
12501250
12511251#[ cfg( not( no_global_oom_handling) ) ]
1252- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1252+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
12531253impl PartialEq < CStr > for Cow < ' _ , CStr > {
12541254 #[ inline]
12551255 fn eq ( & self , other : & CStr ) -> bool {
@@ -1263,7 +1263,7 @@ impl PartialEq<CStr> for Cow<'_, CStr> {
12631263}
12641264
12651265#[ cfg( not( no_global_oom_handling) ) ]
1266- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1266+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
12671267impl PartialEq < & CStr > for Cow < ' _ , CStr > {
12681268 #[ inline]
12691269 fn eq ( & self , other : & & CStr ) -> bool {
@@ -1277,7 +1277,7 @@ impl PartialEq<&CStr> for Cow<'_, CStr> {
12771277}
12781278
12791279#[ cfg( not( no_global_oom_handling) ) ]
1280- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1280+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
12811281impl PartialEq < CString > for Cow < ' _ , CStr > {
12821282 #[ inline]
12831283 fn eq ( & self , other : & CString ) -> bool {
0 commit comments