File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ impl From<&CStr> for Rc<CStr> {
910
910
}
911
911
912
912
#[ cfg( not( no_global_oom_handling) ) ]
913
- #[ stable( feature = "rust1 " , since = "1.0.0 " ) ]
913
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
914
914
impl Default for Arc < CStr > {
915
915
/// Creates an empty CStr inside an Arc
916
916
#[ inline]
@@ -921,7 +921,7 @@ impl Default for Arc<CStr> {
921
921
}
922
922
923
923
#[ cfg( not( no_global_oom_handling) ) ]
924
- #[ stable( feature = "rust1 " , since = "1.0.0 " ) ]
924
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
925
925
impl Default for Rc < CStr > {
926
926
/// Creates an empty CStr inside an Rc
927
927
#[ inline]
Original file line number Diff line number Diff line change @@ -2227,7 +2227,7 @@ impl<T: Default> Default for Rc<T> {
2227
2227
}
2228
2228
2229
2229
#[ cfg( not( no_global_oom_handling) ) ]
2230
- #[ stable( feature = "rust1 " , since = "1.0.0 " ) ]
2230
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
2231
2231
impl Default for Rc < str > {
2232
2232
/// Creates an empty str inside an Rc
2233
2233
#[ inline]
@@ -2237,7 +2237,7 @@ impl Default for Rc<str> {
2237
2237
}
2238
2238
2239
2239
#[ cfg( not( no_global_oom_handling) ) ]
2240
- #[ stable( feature = "rust1 " , since = "1.0.0 " ) ]
2240
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
2241
2241
impl < T > Default for Rc < [ T ] > {
2242
2242
/// Creates an empty [T] inside an Rc
2243
2243
#[ inline]
Original file line number Diff line number Diff line change @@ -3299,7 +3299,7 @@ impl<T: Default> Default for Arc<T> {
3299
3299
}
3300
3300
3301
3301
#[ cfg( not( no_global_oom_handling) ) ]
3302
- #[ stable( feature = "rust1 " , since = "1.0.0 " ) ]
3302
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
3303
3303
impl Default for Arc < str > {
3304
3304
/// Creates an empty str inside an Arc
3305
3305
#[ inline]
@@ -3309,7 +3309,7 @@ impl Default for Arc<str> {
3309
3309
}
3310
3310
3311
3311
#[ cfg( not( no_global_oom_handling) ) ]
3312
- #[ stable( feature = "rust1 " , since = "1.0.0 " ) ]
3312
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
3313
3313
impl < T > Default for Arc < [ T ] > {
3314
3314
/// Creates an empty [T] inside an Arc
3315
3315
#[ inline]
Original file line number Diff line number Diff line change @@ -1352,7 +1352,7 @@ impl Default for &OsStr {
1352
1352
}
1353
1353
}
1354
1354
1355
- #[ stable( feature = "shared_from_slice2 " , since = "1.24.0 " ) ]
1355
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
1356
1356
impl Default for Arc < OsStr > {
1357
1357
/// Creates an empty OsStr inside an Arc
1358
1358
#[ inline]
@@ -1362,7 +1362,7 @@ impl Default for Arc<OsStr> {
1362
1362
}
1363
1363
}
1364
1364
1365
- #[ stable( feature = "shared_from_slice2 " , since = "1.24.0 " ) ]
1365
+ #[ stable( feature = "more_rc_default_impls " , since = "CURRENT_RUSTC_VERSION " ) ]
1366
1366
impl Default for Rc < OsStr > {
1367
1367
/// Creates an empty OsStr inside an Rc
1368
1368
#[ inline]
You can’t perform that action at this time.
0 commit comments