Add Saturating type (based on Wrapping type)
This commit is contained in:
parent
ae90dcf020
commit
709a6c913e
4 changed files with 821 additions and 0 deletions
|
@ -308,6 +308,7 @@
|
|||
#![feature(ptr_internals)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(saturating_int_impl)]
|
||||
#![feature(slice_concat_ext)]
|
||||
#![feature(slice_internals)]
|
||||
#![feature(slice_ptr_get)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue