@@ -1099,7 +1099,7 @@ impl From<&CStr> for CString {
1099
1099
}
1100
1100
}
1101
1101
1102
- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1102
+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
1103
1103
impl PartialEq < CStr > for CString {
1104
1104
#[ inline]
1105
1105
fn eq ( & self , other : & CStr ) -> bool {
@@ -1112,7 +1112,7 @@ impl PartialEq<CStr> for CString {
1112
1112
}
1113
1113
}
1114
1114
1115
- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1115
+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
1116
1116
impl PartialEq < & CStr > for CString {
1117
1117
#[ inline]
1118
1118
fn eq ( & self , other : & & CStr ) -> bool {
@@ -1126,7 +1126,7 @@ impl PartialEq<&CStr> for CString {
1126
1126
}
1127
1127
1128
1128
#[ 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 " ) ]
1130
1130
impl PartialEq < Cow < ' _ , CStr > > for CString {
1131
1131
#[ inline]
1132
1132
fn eq ( & self , other : & Cow < ' _ , CStr > ) -> bool {
@@ -1221,7 +1221,7 @@ impl CStr {
1221
1221
}
1222
1222
}
1223
1223
1224
- #[ stable( feature = "c_string_eq_c_str" , since = "CURRENT_RUSTC_VERSION " ) ]
1224
+ #[ stable( feature = "c_string_eq_c_str" , since = "1.90.0 " ) ]
1225
1225
impl PartialEq < CString > for CStr {
1226
1226
#[ inline]
1227
1227
fn eq ( & self , other : & CString ) -> bool {
@@ -1235,7 +1235,7 @@ impl PartialEq<CString> for CStr {
1235
1235
}
1236
1236
1237
1237
#[ 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 " ) ]
1239
1239
impl PartialEq < Cow < ' _ , Self > > for CStr {
1240
1240
#[ inline]
1241
1241
fn eq ( & self , other : & Cow < ' _ , Self > ) -> bool {
@@ -1249,7 +1249,7 @@ impl PartialEq<Cow<'_, Self>> for CStr {
1249
1249
}
1250
1250
1251
1251
#[ 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 " ) ]
1253
1253
impl PartialEq < CStr > for Cow < ' _ , CStr > {
1254
1254
#[ inline]
1255
1255
fn eq ( & self , other : & CStr ) -> bool {
@@ -1263,7 +1263,7 @@ impl PartialEq<CStr> for Cow<'_, CStr> {
1263
1263
}
1264
1264
1265
1265
#[ 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 " ) ]
1267
1267
impl PartialEq < & CStr > for Cow < ' _ , CStr > {
1268
1268
#[ inline]
1269
1269
fn eq ( & self , other : & & CStr ) -> bool {
@@ -1277,7 +1277,7 @@ impl PartialEq<&CStr> for Cow<'_, CStr> {
1277
1277
}
1278
1278
1279
1279
#[ 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 " ) ]
1281
1281
impl PartialEq < CString > for Cow < ' _ , CStr > {
1282
1282
#[ inline]
1283
1283
fn eq ( & self , other : & CString ) -> bool {
0 commit comments