File tree Expand file tree Collapse file tree 5 files changed +219
-225
lines changed Expand file tree Collapse file tree 5 files changed +219
-225
lines changed Original file line number Diff line number Diff line change 144
144
#![ feature( ptr_metadata) ]
145
145
#![ feature( ptr_sub_ptr) ]
146
146
#![ feature( receiver_trait) ]
147
- #![ feature( saturating_int_impl) ]
148
147
#![ feature( set_ptr_value) ]
149
148
#![ feature( sized_type_properties) ]
150
149
#![ feature( slice_from_ptr_range) ]
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ mod uint_macros; // import uint_impl!
44
44
mod error;
45
45
mod int_log10;
46
46
mod nonzero;
47
- #[ unstable( feature = "saturating_int_impl" , issue = "87920" ) ]
48
47
mod saturating;
49
48
mod wrapping;
50
49
51
- #[ unstable ( feature = "saturating_int_impl" , issue = "87920 " ) ]
50
+ #[ stable ( feature = "saturating_int_impl" , since = "CURRENT_RUSTC_VERSION " ) ]
52
51
pub use saturating:: Saturating ;
53
52
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
54
53
pub use wrapping:: Wrapping ;
You can’t perform that action at this time.
0 commit comments