File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -87,5 +87,5 @@ pub use self::c_str::CString;
87
87
#[ stable( feature = "alloc_c_string" , since = "1.64.0" ) ]
88
88
pub use self :: c_str:: { FromVecWithNulError , IntoStringError , NulError } ;
89
89
90
- #[ unstable ( feature = "c_str_module" , issue = "112134 " ) ]
90
+ #[ stable ( feature = "c_str_module" , since = "CURRENT_RUSTC_VERSION " ) ]
91
91
pub mod c_str;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pub use self::c_str::FromBytesUntilNulError;
20
20
pub use self :: c_str:: FromBytesWithNulError ;
21
21
use crate :: fmt;
22
22
23
- #[ unstable ( feature = "c_str_module" , issue = "112134 " ) ]
23
+ #[ stable ( feature = "c_str_module" , since = "CURRENT_RUSTC_VERSION " ) ]
24
24
pub mod c_str;
25
25
26
26
#[ unstable(
Original file line number Diff line number Diff line change 161
161
162
162
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
163
163
164
- #[ unstable ( feature = "c_str_module" , issue = "112134 " ) ]
164
+ #[ stable ( feature = "c_str_module" , since = "CURRENT_RUSTC_VERSION " ) ]
165
165
pub mod c_str;
166
166
167
167
#[ stable( feature = "core_c_void" , since = "1.30.0" ) ]
Original file line number Diff line number Diff line change 327
327
#![ feature( array_chunks) ]
328
328
#![ feature( bstr) ]
329
329
#![ feature( bstr_internals) ]
330
- #![ feature( c_str_module) ]
331
330
#![ feature( char_internals) ]
332
331
#![ feature( clone_to_uninit) ]
333
332
#![ feature( core_intrinsics) ]
You can’t perform that action at this time.
0 commit comments